mirror of
https://github.com/flarum/core.git
synced 2025-08-29 02:50:57 +02:00
refactor: simplify logic with a unique variable
This commit is contained in:
@@ -65,22 +65,12 @@
|
|||||||
&.colored {
|
&.colored {
|
||||||
&.tag-light {
|
&.tag-light {
|
||||||
&, a {
|
&, a {
|
||||||
color: @text-color;
|
color: @text-on-light;
|
||||||
}
|
|
||||||
& when (@config-dark-mode = true) {
|
|
||||||
&, a {
|
|
||||||
color: @body-bg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.tag-dark {
|
&.tag-dark {
|
||||||
&, a {
|
&, a {
|
||||||
color: @body-bg;
|
color: @text-on-dark;
|
||||||
}
|
|
||||||
& when (@config-dark-mode = true) {
|
|
||||||
&, a {
|
|
||||||
color: @text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user