unset logo background color

This commit is contained in:
Paul Schneider 2019-08-23 22:22:01 +01:00
commit 61ed4befa4
2 changed files with 14 additions and 2 deletions

View file

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