added themes

This commit is contained in:
2024-06-28 13:27:26 +02:00
committed by Flo Greistorfer
parent 54abc1388a
commit 5fe923e0e7
5 changed files with 79 additions and 11 deletions

22
files/default.css Normal file
View File

@@ -0,0 +1,22 @@
.navbar {
color: #fff;
background-color: #333;
}
.navbar li a {
color: #fff;
}
/* Change the link color on hover */
.navbar li a:hover {
background-color: #111;
}
.license {
color: #000;
background-color: #ddd;
}
body {
background-color: #fff;
}