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 {
|
&.colored {
|
||||||
.TagLabel-text {
|
.TagLabel-text {
|
||||||
color: #fff !important;
|
color: @body-bg !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
&.colored {
|
&.colored {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
background: #fff !important;
|
background: @body-bg !important;
|
||||||
color: @muted-color;
|
color: @muted-color;
|
||||||
|
|
||||||
.TagLabel-text {
|
.TagLabel-text {
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
.DiscussionHero--colored {
|
.DiscussionHero--colored {
|
||||||
&, a {
|
&, a {
|
||||||
color: #fff;
|
color: @body-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.TagsLabel {
|
.TagsLabel {
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
&.colored {
|
&.colored {
|
||||||
&, a {
|
&, a {
|
||||||
color: #fff;
|
color: @body-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user