mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Tone down shadow in dark mode
This commit is contained in:
parent
5eba24dfc8
commit
f3419ed983
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ footer a:visited {
|
|||
background-color: #121212;
|
||||
color: #ddd;
|
||||
border-bottom: solid 1px #4d4d4d;
|
||||
box-shadow: 0 0 12px 2px #404040;
|
||||
box-shadow: 0 0 8px 2px #333;
|
||||
}
|
||||
|
||||
header.primary h1 a,
|
||||
|
|
|
|||
Loading…
Reference in a new issue