Tweaked styles for active nav-item

This commit is contained in:
billz 2019-10-24 22:24:36 +01:00
parent 46da9b91e7
commit 4c72ae67ee
2 changed files with 13 additions and 1 deletions

View File

@ -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;

View File

@ -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;
}