Merge pull request 'small color fix for f0ck95d' (#41) from dev into master

Reviewed-on: #41
This commit is contained in:
Kibi Kelburton 2022-05-17 02:32:55 +02:00
commit f0ee736e40

View File

@ -789,6 +789,9 @@ html[theme="f0ck95d"] a {
html[theme="f0ck95d"] span#favs { html[theme="f0ck95d"] span#favs {
border: inset 1px gray; 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 { html[theme="f0ck95d"] .nav-link, .pagination > a, .pagination > span {