Fixed dark mode

This commit is contained in:
Tracker-Friendly 2024-02-13 17:19:05 +00:00
parent 5613427b7f
commit b8dfb353da
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,6 @@ body, h1, p, ul, li, li2, p1 {
margin: 0;
padding: 0;
list-style-type: none;
--button-color: rgb(118, 181, 197);
--sidebar-color: rgb(0, 160, 198);
}
/* Dark mode stylse */
@ -40,6 +38,8 @@ a {
body {
font-family: Arial, sans-serif;
color: rgb(40, 40, 40);
--button-color: rgb(118, 181, 197);
--sidebar-color: rgb(0, 160, 198);
}
/* Sidebar styles */