diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 16:01:04 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 16:01:04 -0300 |
| commit | 7f2a66bfdf9bf9c859c4c0a2b5c94aaf10a47c1b (patch) | |
| tree | 4fe70dfac3f20ff46118c0563e9035b8b20e3400 | |
| parent | 7f21bbac583f68ad046b1b2be954808e53f5addb (diff) | |
css: give album assets box a shadow too
| -rw-r--r-- | src/static/css/features.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 5b3905eb..b3ff1954 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -687,6 +687,10 @@ --normal-shadow: 0 0 9px 9px #00000068; } + #artwork-column .album-art-info { + box-shadow: 0 0 9px 9px #00000068; + } + .cover-artwork .image-details { border-top-color: var(--deep-color); } |