diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-02 23:06:48 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-02 23:07:07 -0300 |
commit | 5513b87defed864da87509a3fa18fda063f4973f (patch) | |
tree | 093e699a5ab98d41f07f878d67d57fc7708af7c6 /src/static/css | |
parent | c24956785120cf0a3fd8897f10924d01d5c38ed9 (diff) |
css: don't dim artist names on group page
other group accent remains dimmed
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 5e3ed29b..32b25bd4 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1780,11 +1780,6 @@ html[data-url-key="localized.albumCommentary"] .content-heading-accent { display: inline-block; } -html[data-url-key="localized.groupInfo"] .by { - opacity: 0.7; - font-style: oblique; -} - html[data-url-key="localized.groupInfo"] .by a { color: var(--page-primary-color); } |