mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Style tweaks: dark mode
This commit is contained in:
parent
42ddc46a21
commit
de86082034
2 changed files with 20 additions and 2 deletions
|
@ -87,6 +87,24 @@ h5.card-title {
|
|||
background-color: #202020;
|
||||
}
|
||||
|
||||
#content, .navbar, .sidebar, .footer, .sticky-footer {
|
||||
background-image: url('/app/img/bg.png');
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: auto;
|
||||
background-position: 0 0;
|
||||
background-origin: padding-box;
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
||||
.sticky-footer {
|
||||
background-position: 30px 0;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-position: 0 20px;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active {
|
||||
color: #d2d2d2;
|
||||
background-color: #141414;
|
||||
|
@ -100,10 +118,10 @@ a:focus, a:hover {
|
|||
.card>.card-header {
|
||||
border-color: #404040;
|
||||
background-color: #202020;
|
||||
color: #202020;
|
||||
color: #afafaf;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1.0rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
|
BIN
app/img/bg.png
Normal file
BIN
app/img/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in a new issue