fix(css): refactor and fix relative urls
This commit is contained in:
parent
a0b3a97ec6
commit
4e73718360
|
|
@ -29,8 +29,7 @@
|
|||
/* font */
|
||||
--_font-size: var(--font-size-1);
|
||||
--_font-family: 'MuseoModerno', 'Adjusted Verdana Fallback', sans-serif;
|
||||
--_font-family-accent: 'Hepta Slab', 'Adjusted Lucida Bright Fallback',
|
||||
serif;
|
||||
--_font-family-accent: 'Hepta Slab', 'Adjusted Lucida Bright Fallback', serif;
|
||||
--_font-family-code: 'Fira Code', 'Adjusted Courier New Fallback', monospace;
|
||||
--_font-color: var(--choco-12);
|
||||
|
||||
|
|
@ -47,11 +46,11 @@
|
|||
/* color */
|
||||
--_accent-color: var(--lime-6);
|
||||
--_translucent: hsl(from var(--_font-color) h s l / 0.1);
|
||||
--_translucent-bg: hsl(from var(--_background-color) h s l / .6);
|
||||
--_translucent-bg: hsl(from var(--_background-color) h s l / 0.6);
|
||||
|
||||
/* other */
|
||||
--_background-color: var(--sand-0);
|
||||
--_background-image: url('assets/css_bg_stardust_alpha_30.png');
|
||||
--_background-image: url('/assets/css_bg_stardust_alpha_30.png');
|
||||
--_blur: var(--size-3);
|
||||
--_transition-delay: 0.2s;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue