Fixed dark mode
This commit is contained in:
parent
5613427b7f
commit
b8dfb353da
|
@ -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 */
|
||||
|
|
Reference in New Issue