mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
added themes
This commit is contained in:
22
files/default.css
Normal file
22
files/default.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.navbar {
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #000;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user