update features
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user