unset logo background color
This commit is contained in:
parent
858acbb9e2
commit
61ed4befa4
2 changed files with 14 additions and 2 deletions
|
|
@ -9,8 +9,20 @@
|
|||
background-color: rgba(0, 0, 0, .4);
|
||||
}
|
||||
|
||||
.navbar .navbar-brand {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.navbar-brand:focus {
|
||||
.navbar .navbar-brand:focus {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand:focus {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue