Add dark theme.
This commit is contained in:
@@ -1,3 +1,41 @@
|
||||
/* Some Colors */
|
||||
a {
|
||||
color: #b52828
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #fd5454;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #b52828;
|
||||
border-color: #b52828;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background-color: #fd5454;
|
||||
border-color: #fd5454;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
background-color: #3b3b3b;
|
||||
border-color: #3b3b3b;
|
||||
}
|
||||
.btn-default:hover {
|
||||
background-color: #3b3b3b;
|
||||
border-color: #fd5454;
|
||||
}
|
||||
|
||||
.icon-primary{
|
||||
color: #b52828
|
||||
}
|
||||
|
||||
.brand-icon{
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.vertical-center {
|
||||
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
||||
min-height: 100vh; /* These two lines are counted as one :-) */
|
||||
|
||||
14
static/dark_theme.css
Normal file
14
static/dark_theme.css
Normal file
File diff suppressed because one or more lines are too long
BIN
static/img/brand.png
Normal file
BIN
static/img/brand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 KiB |
BIN
static/img/elite.png
Normal file
BIN
static/img/elite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
static/img/solaire.png
Normal file
BIN
static/img/solaire.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 251 KiB |
Reference in New Issue
Block a user