1
0
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:
Sami Mazouz
2021-11-04 22:34:18 +01:00
committed by GitHub
parent 26bf5d350b
commit 809df29d29
44 changed files with 502 additions and 380 deletions

View File

@@ -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 {