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:
parent
bb11375590
commit
fbc194c330
@ -431,7 +431,7 @@ aside.quote {
|
|||||||
|
|
||||||
.wiki,
|
.wiki,
|
||||||
.last-wiki-edit {
|
.last-wiki-edit {
|
||||||
color: green !important;
|
color: $wiki;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.via-email {
|
&.via-email {
|
||||||
|
@ -234,3 +234,6 @@ $success-medium: dark-light-diff($success, $secondary, 50%, -40%);
|
|||||||
|
|
||||||
//love
|
//love
|
||||||
$love-low: dark-light-diff($love, $secondary, 85%, -60%);
|
$love-low: dark-light-diff($love, $secondary, 85%, -60%);
|
||||||
|
|
||||||
|
//wiki
|
||||||
|
$wiki: green;
|
||||||
|
@ -916,6 +916,10 @@ a.attachment:before {
|
|||||||
a {
|
a {
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.wiki {
|
||||||
|
color: $wiki;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user