diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:25:13 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:25:13 +0000 |
| commit | 736f787015e7757c17ad9a96ad7c0887b8752471 (patch) | |
| tree | 449b1b2df1b3e07b732d34306a30fa6340fb6d7a /src | |
| parent | 07d6fffdbfff37040532431bd42b9bc92817274e (diff) | |
| download | submelon.dev-736f787015e7757c17ad9a96ad7c0887b8752471.tar.gz submelon.dev-736f787015e7757c17ad9a96ad7c0887b8752471.tar.bz2 submelon.dev-736f787015e7757c17ad9a96ad7c0887b8752471.zip | |
community.frame.work.css: Add important tag to visited coloring to force priority
Diffstat (limited to 'src')
| -rw-r--r-- | src/static/community.frame.work.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/community.frame.work.css b/src/static/community.frame.work.css index 44b5a63..d8033b4 100644 --- a/src/static/community.frame.work.css +++ b/src/static/community.frame.work.css @@ -1,5 +1,5 @@ tr.topic-list-item.visited > td.main-link > span.link-top-line > a { - color: #aaa; + color: #aaa !important; } @media (prefers-color-scheme: dark) { @@ -303,6 +303,6 @@ tr.topic-list-item.visited > td.main-link > span.link-top-line > a { } tr.topic-list-item.visited > td.main-link > span.link-top-line > a { - color: #aaa; + color: #aaa !important; } } |
