This commit is contained in:
2024-09-25 20:49:15 +02:00
parent b572feeb5a
commit 73a9e04c2b
22 changed files with 1982 additions and 682 deletions

View File

@ -5,7 +5,7 @@
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
--color-hover: rgba(32, 59, 232);
--color-hover: #4169E1;
--transition: all 0.2s ease;
}
@ -13,12 +13,16 @@
--color-white: #fff;
--color-black: #000;
--color-bg: #e2e2e2;
--second-bg: #f3f2f2;
--linecolor: #625fff;
}
.dark-mode {
--color-white: #000;
--color-black: #fff;
--color-bg: #1d1b31;
--second-bg: #111111;
--linecolor: #080735;
}
body {