Files
StaticGalleryBuilder/themes/default-dark.css
2024-06-28 14:27:13 +02:00

29 lines
369 B
CSS

.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: #5483ef;
}