mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
@@ -45,7 +45,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
.read & {
|
.read & {
|
||||||
color: mix(@heading-color, @body-bg, 60%);
|
color: mix(@heading-color, @body-bg, 55%);
|
||||||
}
|
}
|
||||||
.unread & {
|
.unread & {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -59,6 +59,12 @@
|
|||||||
|
|
||||||
> li {
|
> li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
opacity: 0.7;
|
||||||
|
.transition(opacity 0.2s);
|
||||||
|
|
||||||
|
.DiscussionListItem:hover &, .DiscussionListItem.active & {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.username {
|
.username {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
@text-color: #111;
|
@text-color: #111;
|
||||||
@link-color: saturate(@primary-color, 10%);
|
@link-color: saturate(@primary-color, 10%);
|
||||||
@heading-color: @text-color;
|
@heading-color: @text-color;
|
||||||
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 60%);
|
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 55%);
|
||||||
@muted-more-color: #aaa;
|
@muted-more-color: #aaa;
|
||||||
@shadow-color: rgba(0, 0, 0, 0.35);
|
@shadow-color: rgba(0, 0, 0, 0.35);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user