Refactor code themes
This commit is contained in:
parent
22d6dc2b3b
commit
2dd17623c9
5 changed files with 7 additions and 13 deletions
|
@ -165,11 +165,11 @@ a:focus {
|
|||
}
|
||||
|
||||
.nav-pills a:hover {
|
||||
background-color:#ccc;
|
||||
background-color:#888;
|
||||
}
|
||||
|
||||
.nav-pills .active a {
|
||||
background-color: #aaa;
|
||||
background-color: $style_color;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue