mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:50:24 +08:00
OK, fade out that text a bit
This commit is contained in:
parent
1d567ad750
commit
024349d418
@ -94,6 +94,12 @@
|
||||
.TagTile-description {
|
||||
font-size: 14px;
|
||||
margin: 0 0 10px;
|
||||
|
||||
.colored & {
|
||||
&, a {
|
||||
color: fade(@body-bg, 70%);
|
||||
}
|
||||
}
|
||||
}
|
||||
.TagTile-children {
|
||||
font-weight: bold;
|
||||
@ -115,6 +121,12 @@
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||
margin: 0 20px;
|
||||
|
||||
.colored & {
|
||||
&, a {
|
||||
color: fade(@body-bg, 70%);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .TagTile-lastDiscussion-title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user