logo
This commit is contained in:
parent
8a82438767
commit
326f5ff88a
2 changed files with 4 additions and 11 deletions
|
|
@ -1,19 +1,17 @@
|
||||||
.navbar-link,
|
.navbar-link,
|
||||||
.navbar-brand,
|
|
||||||
.navbar-nav .dropdown>a {
|
.navbar-nav .dropdown>a {
|
||||||
background-color: rgba(0, 0, 0, .2);
|
background-color: rgba(0, 0, 0, .2);
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-link:hover,
|
.navbar-link:hover,
|
||||||
.navbar-brand:hover,
|
.navbar-link:focus {
|
||||||
.navbar-link:focus,
|
|
||||||
.navbar-brand:focus {
|
|
||||||
background-color: rgba(0, 0, 0, .4);
|
background-color: rgba(0, 0, 0, .4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-brand {
|
|
||||||
background-color: unset
|
.navbar-brand:focus {
|
||||||
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor {
|
.ql-editor {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
nav { background: url(/images/logo-lua.png);
|
|
||||||
background-attachment: local;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue