mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
.Search-input {
|
||||
overflow: hidden;
|
||||
color: @muted-color;
|
||||
color: var(--muted-color);
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
.DiscussionSearchResult-excerpt {
|
||||
margin-top: 3px;
|
||||
color: @muted-color;
|
||||
color: var(--muted-color);
|
||||
font-size: 11px;
|
||||
}
|
||||
.UserSearchResult .Avatar {
|
||||
|
Reference in New Issue
Block a user