1
0
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:
protoclown
2022-10-18 20:04:20 +02:00
parent f35ad09767
commit b22515f982

View File

@@ -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 {