mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
- removed foldericon argument - added css foldericons - added kjoe theme - improved monokai-vibrant theme
55 lines
905 B
CSS
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;
|
|
}
|