forked from achmizs/deus-gaming
Slightly tweaked link depth effect
This commit is contained in:
parent
5264f5b4a5
commit
a91d6515d3
@ -174,7 +174,7 @@ main nav a {
|
||||
font-weight: bold;
|
||||
font-feature-settings: var(--deus-nav-ui-font-opentype-features);
|
||||
font-variant: var(--deus-nav-ui-font-variant);
|
||||
text-shadow: 2px 2px 0 var(--deus-link-text-shadow-color);
|
||||
text-shadow: 2px 2px 1px var(--deus-link-text-shadow-color);
|
||||
|
||||
/* Workaround for baseline bug in “Spectral” font.
|
||||
*/
|
||||
@ -356,7 +356,7 @@ article h1 {
|
||||
}
|
||||
|
||||
article h1 a {
|
||||
text-shadow: 2px 2px 0 var(--deus-link-text-shadow-color);
|
||||
text-shadow: 2px 2px 1px var(--deus-link-text-shadow-color);
|
||||
}
|
||||
|
||||
article h1 a:hover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user