Files
StaticGalleryBuilder/themes/monokai-vibrant.css
Flo Greistorfer 7a42b41eac v1.5:
- removed foldericon argument
- added css foldericons
- added kjoe theme
- improved monokai-vibrant theme
2024-07-01 13:11:27 +02:00

55 lines
905 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.navbar {
font-weight: bold;
color: #f6f6f6;
background-color: #191b20;
font-weight: 900;
}
.navbar li a {
font-weight: 900;
color: #f6f6f6;
}
/* Change the link color on hover */
.navbar li a:hover {
background-color: #2c313a;
}
.license {
color: #f6f6f6;
background-color: #2c313a;
font-weight: 700;
}
.license a {
color: #528bff;
text-decoration: none;
}
.folders img {
content: url(https://www.svgrepo.com/show/400249/folder.svg);
}
.folders a {
font-weight: 900;
color: #ffd945;
text-decoration: none;
}
body {
color: #f6f6f6;
background-color: #16171d;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
body a {
font-weight: 900;
color: #e542ff;
text-decoration: none;
}