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