mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Tweaked styles for active nav-item
This commit is contained in:
parent
46da9b91e7
commit
4c72ae67ee
2 changed files with 13 additions and 1 deletions
|
@ -26,6 +26,10 @@ body {
|
|||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.sidebar .nav-item.active .nav-link {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.card .card-header {
|
||||
border-color: #d8224c;
|
||||
background-color: #d8224c;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
html * {
|
||||
font-family: Courier New, Andale Mono, monospace;
|
||||
font-size: 10pt;
|
||||
font-size: 1.0rem;
|
||||
color: #2ee600;
|
||||
}
|
||||
|
||||
|
@ -17,6 +17,14 @@ h5.card-title {
|
|||
border-left: 1px solid #2ee600;
|
||||
}
|
||||
|
||||
.sidebar-light .nav-item.active .nav-link i {
|
||||
color: #2ee600;
|
||||
}
|
||||
|
||||
.sidebar .nav-item.active .nav-link {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#wrapper #content-wrapper #content {
|
||||
background-color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue