diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-18 19:19:54 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-18 19:19:54 -0400 |
| commit | 42b42c868ff3da1a120df0ec2be46a16fea54987 (patch) | |
| tree | 4357ea9b8757c15c81e671b59023f612fa325b7f /src/static/css | |
| parent | f0f84ce5d42a88d5f62a3133a2ee90f7756d4b66 (diff) | |
content, data: MusicVideo.labelStyle
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/site.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 71beae4a..cbbe772e 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1897,6 +1897,11 @@ p.image-details.origin-details .filename-line { text-align: center; } +.music-video .music-video-label.title-style { + margin-bottom: 4px; + font-style: oblique; +} + .music-video .image-container ~ p { margin: 3px 5px; } |