Update / Dark Theme
This commit is contained in:
parent
eadf26a230
commit
a1edd79fb0
19 changed files with 1299 additions and 62 deletions
16
theme.scss
16
theme.scss
|
@ -2,8 +2,8 @@
|
|||
/* Define any default settings for the theme */
|
||||
|
||||
$primary: #009fe3;
|
||||
|
||||
|
||||
$linkcolor: #009fe3;
|
||||
$link-color: #009fe3;
|
||||
|
||||
/*-- scss:rules --*/
|
||||
/* Add custom rules for sidebar items and sections */
|
||||
|
@ -49,12 +49,18 @@ $primary: #009fe3;
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.navbar-logo{
|
||||
|
||||
.navbar-logo{
|
||||
height: 35px !important;
|
||||
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
border-radius: 5px;
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
margin-right: 20px !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sidebar-item-text {
|
||||
font-weight: bold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue