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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user