Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-26 23:31:43 -05:00
parent 13372f50f7
commit 54860991a7

View file

@ -7647,6 +7647,13 @@ a.navbar-link:focus,
color: #0D1E34;
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 {
display: none; }