mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Don't use !important for wiki color. Allow themes to override it.
This commit is contained in:
@@ -431,7 +431,7 @@ aside.quote {
|
||||
|
||||
.wiki,
|
||||
.last-wiki-edit {
|
||||
color: green !important;
|
||||
color: $wiki;
|
||||
}
|
||||
|
||||
&.via-email {
|
||||
|
||||
Reference in New Issue
Block a user