mirror of
https://github.com/flarum/core.git
synced 2025-08-12 11:24:30 +02:00
fix: TagTiles description
This commit is contained in:
@@ -108,8 +108,11 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
|
|
||||||
.TagTile.colored & {
|
.TagTile.colored.tag-dark & {
|
||||||
color: fade(@body-bg, 70%);
|
color: fade(@text-on-dark, 70%);
|
||||||
|
}
|
||||||
|
.TagTile.colored.tag-light & {
|
||||||
|
color: fade(@text-on-light, 70%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.TagTile-children {
|
.TagTile-children {
|
||||||
|
Reference in New Issue
Block a user