mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3684 from riking/dark-theme-fix
FIX: black-on-black queued posts
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.post-title {
|
.post-title {
|
||||||
color: darken(dark-light-diff($primary, $secondary, 90%, -60%), 50%);
|
color: dark-light-diff($primary, $secondary, 20%, -60%);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user