Browse Source

Slightly tweaked link depth effect

full-screen-logo-homepage
Said Achmiz 5 years ago
parent
commit
a91d6515d3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      assets/css/main.css

+ 2
- 2
assets/css/main.css View File

@@ -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…
Cancel
Save