Tone down shadow in dark mode

This commit is contained in:
Sami Samhuri 2023-05-09 23:39:57 -07:00
parent 5eba24dfc8
commit f3419ed983
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

View file

@ -279,7 +279,7 @@ footer a:visited {
background-color: #121212; background-color: #121212;
color: #ddd; color: #ddd;
border-bottom: solid 1px #4d4d4d; border-bottom: solid 1px #4d4d4d;
box-shadow: 0 0 12px 2px #404040; box-shadow: 0 0 8px 2px #333;
} }
header.primary h1 a, header.primary h1 a,