mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Minor colour update
This commit is contained in:
parent
50dc6c2e81
commit
737478bfd2
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue