Merge pull request 'small color fix for f0ck95d' (#41) from dev into master
Reviewed-on: #41
This commit is contained in:
commit
f0ee736e40
|
@ -789,6 +789,9 @@ html[theme="f0ck95d"] a {
|
|||
|
||||
html[theme="f0ck95d"] span#favs {
|
||||
border: inset 1px gray;
|
||||
background: rgba(255,255,255,.04),rgba(255,255,255,0);
|
||||
background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient));
|
||||
box-shadow: var(--nav-link-box-shadow);
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] .nav-link, .pagination > a, .pagination > span {
|
||||
|
|
Loading…
Reference in New Issue
Block a user