update features

This commit is contained in:
2025-05-18 17:57:09 +03:00
parent efd5f04414
commit 24cf3950f5
9 changed files with 330 additions and 47 deletions

View File

@@ -18,10 +18,10 @@ html {
/* Light mode (default) */
body {
background-color: #f3f4f6;
color: #303030;
color: #171717;
}
header nav {
background-color: #303030;
background-color: #171717;
color: #f9fafb;
}
footer {
@@ -37,10 +37,10 @@ html {
color: #f9fafb !important;
}
html.dark header nav {
background-color: #303030 !important;
background-color: #171717 !important;
}
html.dark footer {
background-color: #303030 !important;
background-color: #171717 !important;
}
html.dark footer p {
color: #9ca3af !important;
@@ -52,10 +52,10 @@ html {
color: #93c5fd !important;
}
html.dark .bg-gray-100 {
background-color: #303030 !important;
background-color: #171717 !important;
}
html.dark .bg-white {
background-color: #303030 !important;
background-color: #171717 !important;
}
html.dark .text-gray-900 {
color: #f9fafb !important;