style changes

This commit is contained in:
zipben 2025-06-04 11:52:05 +00:00
parent bfbe5aa91e
commit acc3d253c5
13 changed files with 42 additions and 52 deletions

View file

@ -9,6 +9,7 @@
color utility to any element that depends on these defaults.
*/
@layer base {
*,
::after,
::before,
@ -58,22 +59,22 @@
--spacing-80e: 20em;
--spacing-96e: 24em;
--color-bg: #373838;
--color-primary: #232323;
--color-bg: #483D8B;
--color-primary: #2E1A47;
--color-accent: #1ad691;
--color-error: #ff5252;
--color-info: #2196f3;
--color-success: #4caf50;
--color-warning: #fb8c00;
--color-darkgreen: rgb(34, 127, 35);
--color-black-50: #bbbbbb;
--color-black-100: #666666;
--color-black-200: #555555;
--color-black-300: #444444;
--color-black-400: #333333;
--color-black-500: #222222;
--color-black-600: #111111;
--color-black-700: #101010;
--color-black-50: #B19CD9;
--color-black-100: #9370DB;
--color-black-200: #7B68EE;
--color-black-300: #6A5ACD;
--color-black-400: #483D8B;
--color-black-500: #3C1F7B;
--color-black-600: #2E1A47;
--color-black-700: #1E1134;
--font-sans: 'Source Sans Pro';
--font-mono: 'Ubuntu Mono';
@ -82,4 +83,4 @@
--text-1\.5xl: 1.375rem;
--text-2\.5xl: 1.6875rem;
--text-4\.5xl: 2.625rem;
}
}