mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
v1.5:
- removed foldericon argument - added css foldericons - added kjoe theme - improved monokai-vibrant theme
This commit is contained in:
@@ -1,30 +1,54 @@
|
||||
.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
|
||||
}
|
||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: #ffd945;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user