diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-25 20:01:33 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-25 20:01:33 -0300 |
| commit | 3ffa655de14ba931e213dd9f3ea1483dec1cd593 (patch) | |
| tree | f341fa49a0f096a8f20222d03c4848356a8dbd93 /src/static/css/site.css | |
| parent | 7feb8a6a0337f6d0621c4e8dc7e3d40c08d7d283 (diff) | |
content, css: gAIPTracksChunkItem: consider credited releases
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 347881a2..a78a31fb 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1488,6 +1488,10 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), font-size: 0.9em; } +.rerelease-tooltip .not-credited-on-first-release { + opacity: 0.9; +} + .content-tooltip-guy .hoverable a { text-decoration-color: transparent; text-decoration-style: dotted; |