mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 05:13:37 +08:00
Make tags look better in dark mode
This commit is contained in:
parent
670218d267
commit
3192ef4fe3
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user