Skip to content

Commit

Permalink
Edit Style
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 26, 2024
1 parent 9bd4113 commit 0d43da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Stylesheet/Component/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

a {
text-underline-position: under;
--text-shadow-color: white;
--text-shadow-color: #eaeaea;
text-shadow:
-1px 1px var(--text-shadow-color),
-1px 2px var(--text-shadow-color),
Expand Down Expand Up @@ -53,7 +53,7 @@

@media (prefers-color-scheme: dark) {
a {
--text-shadow-color: black;
--text-shadow-color: #151515;
}
}
}

0 comments on commit 0d43da7

Please sign in to comment.