diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 14:36:30 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 14:36:30 -0400 |
commit | 4eb923d78f3f735b8697697033543a27bad623d7 (patch) | |
tree | 0c29ad01b5552bc1fd04c61ca1095ecd1ec05f69 /src/static | |
parent | d0716804ca0b547ca79f819c94f413a542b7e172 (diff) |
css: add light shadow to commentary cover art
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index c47252f4..9ff3954e 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -553,6 +553,7 @@ p .current { width: 30%; max-width: 250px; margin: 15px 0 10px 20px; + box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.35); } .js-hide, |