mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 01:06:19 +08:00
FIX: fully-read topic style in dark theme
This commit is contained in:
parent
3baabd14f8
commit
cf559893b8
|
@ -16,8 +16,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
html.anon .topic-list a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 45%);}
|
||||
.topic-list a.title.visited:not(.badge-notification) {color: scale-color($primary, $lightness: 45%);}
|
||||
html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-light-diff($primary, $secondary, 45%, -30%);}
|
||||
.topic-list a.title.visited:not(.badge-notification) {color: dark-light-diff($primary, $secondary, 45%, -30%);}
|
||||
|
||||
.topic-list {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user