2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Merge pull request #5766 from JohnONolan/colourrrr

Minor colour update
This commit is contained in:
Kevin Ansfield 2015-08-31 09:06:22 +01:00
commit 720c421e8b

View file

@ -177,10 +177,19 @@
margin-right: 8px;
width: 15px;
height: 15px;
color: rgba(0,0,0,0.6);
text-align: center;
font-size: 15px;
}
.gh-nav-list .active i {
color: #fff;
}
.gh-nav-list a:not(.active):hover i {
color: var(--darkgrey);
}
.gh-nav-footer {
flex-shrink: 0;
display: flex;