1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

OK, fade out that text a bit

This commit is contained in:
Toby Zerner
2015-08-17 15:42:04 +09:30
parent 1d567ad750
commit 024349d418

View File

@@ -94,6 +94,12 @@
.TagTile-description { .TagTile-description {
font-size: 14px; font-size: 14px;
margin: 0 0 10px; margin: 0 0 10px;
.colored & {
&, a {
color: fade(@body-bg, 70%);
}
}
} }
.TagTile-children { .TagTile-children {
font-weight: bold; font-weight: bold;
@@ -115,6 +121,12 @@
border-top: 1px solid rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(0, 0, 0, 0.15);
margin: 0 20px; margin: 0 20px;
.colored & {
&, a {
color: fade(@body-bg, 70%);
}
}
&:hover .TagTile-lastDiscussion-title { &:hover .TagTile-lastDiscussion-title {
text-decoration: underline; text-decoration: underline;
} }