themes moved to folder

This commit is contained in:
2024-06-28 14:25:27 +02:00
parent e38231eb33
commit e449f4a25a
5 changed files with 9 additions and 4 deletions

29
themes/default-dark.css Normal file
View File

@@ -0,0 +1,29 @@
.navbar {
font-weight: bold;
color: #e8e6e3;
background-color: #262a2b;
}
.navbar li a {
font-weight: bold;
color: #e8e6e3;
}
/* Change the link color on hover */
.navbar li a:hover {
background-color: #0d0e0e;
}
.license {
color: #e8e6e3;
background-color: #313537;
}
body {
color: #e8e6e3;
background-color: #181a1b;
}
a {
color: #0042dd;
}