Main page overhaul
This commit is contained in:
@@ -20,6 +20,12 @@ import '@fontsource-variable/inter';
|
||||
---
|
||||
|
||||
<style is:inline>
|
||||
/* Optimize font loading with font-display:swap */
|
||||
@font-face {
|
||||
font-family: 'Inter Variable';
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
--aw-font-sans: 'Inter Variable';
|
||||
--aw-font-serif: 'Inter Variable';
|
||||
@@ -31,7 +37,7 @@ import '@fontsource-variable/inter';
|
||||
|
||||
--aw-color-text-heading: rgb(0 0 0);
|
||||
--aw-color-text-default: rgb(16 16 16);
|
||||
--aw-color-text-muted: rgb(16 16 16 / 66%);
|
||||
--aw-color-text-muted: rgb(16 16 16 / 40%);
|
||||
--aw-color-bg-page: rgb(255 255 255);
|
||||
|
||||
--aw-color-bg-page-dark: rgb(3 6 32);
|
||||
@@ -52,7 +58,7 @@ import '@fontsource-variable/inter';
|
||||
|
||||
--aw-color-text-heading: rgb(247, 248, 248);
|
||||
--aw-color-text-default: rgb(229 236 246);
|
||||
--aw-color-text-muted: rgb(229 236 246 / 66%);
|
||||
--aw-color-text-muted: rgb(229 236 246 / 85%);
|
||||
--aw-color-bg-page: rgb(3 6 32);
|
||||
|
||||
::selection {
|
||||
|
Reference in New Issue
Block a user