mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
added themes
This commit is contained in:
23
files/default-dark.css
Normal file
23
files/default-dark.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.navbar {
|
||||
color: #e8e6e3;
|
||||
background-color: #262a2b;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user