Improved main page

This commit is contained in:
BOT Alex 2025-04-06 01:21:16 +02:00
parent b56ef35802
commit 2408174b8b
8 changed files with 100 additions and 74 deletions

View file

@ -13,7 +13,7 @@
url("/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
}
.cozette {
.cozette *{
font-family: "CozetteVector";
}

View file

@ -1,13 +0,0 @@
:root {
--title-font: 'CozetteVector';
--main-font: 'Segoe UI';
--text1: #eee; /* Primary text. */
--text2: #cac9c6; /* Secondary text. */
--text3: #b0afad; /* Third text color. */
--text4: #868584; /* Fourth text color. */
--background: #232222;
--background1: #1b1a1a;
--primary: #227c9d;
--secondary: #ffcb77;
--accent: #17c3b2;
}