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

30
files/monokai-vibrant.css Normal file
View File

@@ -0,0 +1,30 @@
.navbar {
font-weight: bold;
color: #f6f6f6;
background-color: #191b20;
}
.navbar li a {
font-weight: bold;
color: #f6f6f6;
}
/* Change the link color on hover */
.navbar li a:hover {
background-color: #2c313a;
}
.license {
color: #f6f6f6;
background-color: #2c313a;
}
body {
color: #f6f6f6;
background-color: #16171d
}
a {
font-weight: bold;
color: #ffd945;
}