update home

This commit is contained in:
2025-01-21 14:27:14 +02:00
parent b28c0bacc9
commit c16701516d
3 changed files with 40 additions and 37 deletions

View File

@@ -12,42 +12,45 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Default Light Mode */
/* Default Dark Mode */
body {
background-color: #ffffff;
color: #000000;
}
body .semigray {
color: #424242 !important;
}
body .semigray2 {
color: #424242 !important;
}
body .icon {
fill: #424242 !important;
}
/* Dark Mode */
body.dark-mode {
background-color: #121212;
color: #ffffff;
}
body.dark-mode .semigray {
body .semigray {
color: #e5e7eb !important;
}
body.dark-mode .semigray2 {
body .semigray2 {
color: #d1d5db !important;
}
body.dark-mode .icon {
body .icon {
fill: #ffffff !important;
}
/* lightMode */
body.light-mode {
background-color: #ffffff;
color: #000000;
}
body.light-mode .semigray {
color: #424242 !important;
}
body.light-mode .semigray2 {
color: #424242 !important;
}
body.light-mode .icon {
fill: #424242 !important;
}
.double_bg {
background-color: rgb(100 100 100 / 0.2);
}