Main page overhaul

This commit is contained in:
becarta
2025-02-26 01:53:49 +01:00
parent 1510206b1f
commit 4b0cdaf83c
22 changed files with 1046 additions and 103 deletions

View File

@@ -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 {