1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

fix: TagTiles description

This commit is contained in:
protoclown
2022-10-18 20:04:20 +02:00
parent f35ad09767
commit b22515f982

View File

@@ -108,8 +108,11 @@
font-size: 12px;
margin: 0 0 10px;
.TagTile.colored & {
color: fade(@body-bg, 70%);
.TagTile.colored.tag-dark & {
color: fade(@text-on-dark, 70%);
}
.TagTile.colored.tag-light & {
color: fade(@text-on-light, 70%);
}
}
.TagTile-children {