Commit compiled CSS
This commit is contained in:
parent
13372f50f7
commit
54860991a7
1 changed files with 7 additions and 0 deletions
|
@ -7647,6 +7647,13 @@ a.navbar-link:focus,
|
||||||
color: #0D1E34;
|
color: #0D1E34;
|
||||||
background-color: #FFFFFF; }
|
background-color: #FFFFFF; }
|
||||||
|
|
||||||
|
.light-header a.navbar-item:hover,
|
||||||
|
.light-header a.navbar-link:hover,
|
||||||
|
.light-header a.navbar-item:focus,
|
||||||
|
.light-header a.navbar-link:focus {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #0D1E34; }
|
||||||
|
|
||||||
.navbar-link .navbar-item.is-active::before, .navbar-item .navbar-item.is-active::before {
|
.navbar-link .navbar-item.is-active::before, .navbar-item .navbar-item.is-active::before {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue