mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-14 16:54:04 +00:00
Update color scheme and fix font loading issue
This commit is contained in:
10
resources/sass/crater.scss
vendored
10
resources/sass/crater.scss
vendored
@@ -9,7 +9,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Poppins-Black.ttf") format("truetype");
|
||||
src: url("/build/fonts/Poppins-Black.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -17,7 +17,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Poppins-Light.ttf") format("truetype");
|
||||
src: url("/build/fonts/Poppins-Light.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -25,7 +25,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Poppins-Medium.ttf") format("truetype");
|
||||
src: url("/build/fonts/Poppins-Medium.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -33,7 +33,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Poppins-Regular.ttf") format("truetype");
|
||||
src: url("/build/fonts/Poppins-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -41,7 +41,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Poppins-SemiBold.ttf") format("truetype");
|
||||
src: url("/build/fonts/Poppins-SemiBold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
// Default Theme
|
||||
|
||||
21
resources/sass/themes.scss
vendored
21
resources/sass/themes.scss
vendored
@@ -1,12 +1,13 @@
|
||||
:root {
|
||||
--color-primary-50: 247, 246, 253;
|
||||
--color-primary-100: 238, 238, 251;
|
||||
--color-primary-200: 213, 212, 245;
|
||||
--color-primary-300: 188, 185, 239;
|
||||
--color-primary-400: 138, 133, 228;
|
||||
--color-primary-500: 88, 81, 216;
|
||||
--color-primary-600: 79, 73, 194;
|
||||
--color-primary-700: 53, 49, 130;
|
||||
--color-primary-800: 40, 36, 97;
|
||||
--color-primary-900: 26, 24, 65;
|
||||
--color-primary-50: 241, 243, 255;
|
||||
--color-primary-100: 229, 231, 255;
|
||||
--color-primary-200: 206, 209, 255;
|
||||
--color-primary-300: 167, 170, 255;
|
||||
--color-primary-400: 118, 117, 255;
|
||||
--color-primary-500: 74, 61, 255;
|
||||
--color-primary-600: 51, 22, 255;
|
||||
--color-primary-700: 33, 4, 253;
|
||||
--color-primary-800: 27, 3, 211;
|
||||
--color-primary-900: 25, 5, 173;
|
||||
--color-primary-950: 9, 0, 118;
|
||||
}
|
||||
|
||||
@@ -367,6 +367,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.0.0-beta.17.tgz#2280ea4e8c50189c2729814d2ae484e58c712a36"
|
||||
integrity sha512-+WRd0RuCK4+jFKNVN+4rHTa5VMqqGDO2uc+TknkqhFqWp/z96OAGlpHJOwPrnW1fLbpjEBBQIr1vVYSw6KgcZg==
|
||||
|
||||
"@tiptap/extension-text-align@^2.0.0-beta.29":
|
||||
version "2.1.16"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.1.16.tgz#fc3575635849adb99f4ab4923b5b309ff7157ce0"
|
||||
integrity sha512-iyRqOZGoUl/yd2TZ+tvuRRxOym0bbE6+BoImd9TrF2bpYLSMt3wc1IzN2+jRGPkTtTnFbKLiFoyNZyYYyaxzkA==
|
||||
|
||||
"@tiptap/extension-text@^2.0.0-beta.13":
|
||||
version "2.0.0-beta.13"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.0.0-beta.13.tgz#da0af8d9a3f149d20076e15d88c6af21fb6d940f"
|
||||
|
||||
Reference in New Issue
Block a user