Skip to content

Commit

Permalink
Prevent logo title from having anchor colours
Browse files Browse the repository at this point in the history
  • Loading branch information
ator-dev committed May 14, 2024
1 parent a8bc405 commit 762b51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ input[name="theme"]:is(:focus, :active) ~ * .theme-select {
font-weight: normal;
}

.logo-title a {
/* High specificity with :root to match pseudo-class selectors. */
:root .logo-title a {
color: var(--color);
text-decoration: none;
}
Expand Down

0 comments on commit 762b51b

Please sign in to comment.