Skip to content

Commit

Permalink
Improve night mode glow/shadow of flags
Browse files Browse the repository at this point in the history
Implement @ukanuk's suggestions, resolving the problem with the
glow's asymmetry, and its unnecessary visibility on a grey background.
  • Loading branch information
aplaice committed Apr 19, 2020
1 parent 6c4e2ac commit 6556664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
*/
.nightMode .value > img:not([src*="-nobox"]),
.night_mode .value > img:not([src*="-nobox"]) {
box-shadow: 0 1px 4px 1px rgba(202, 202, 202, 0.2);
box-shadow: 0 0 4px 1px rgba(54, 54, 54, 0.9);
}

hr {
Expand Down

0 comments on commit 6556664

Please sign in to comment.