mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Make tags look better in dark mode
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
&.colored {
|
||||
.TagLabel-text {
|
||||
color: #fff !important;
|
||||
color: @body-bg !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
&.colored {
|
||||
margin-right: 5px;
|
||||
background: #fff !important;
|
||||
background: @body-bg !important;
|
||||
color: @muted-color;
|
||||
|
||||
.TagLabel-text {
|
||||
@@ -37,7 +37,7 @@
|
||||
}
|
||||
.DiscussionHero--colored {
|
||||
&, a {
|
||||
color: #fff;
|
||||
color: @body-bg;
|
||||
}
|
||||
}
|
||||
.TagsLabel {
|
||||
|
@@ -41,7 +41,7 @@
|
||||
}
|
||||
&.colored {
|
||||
&, a {
|
||||
color: #fff;
|
||||
color: @body-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user