mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
different button color for dark themes
This commit is contained in:
parent
803484f1f7
commit
7554b5e3c4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ nav.post-controls {
|
|||
color: scale-color($primary, $lightness: 60%);
|
||||
}
|
||||
a, button {
|
||||
color: scale-color($primary, $lightness: 75%);
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
||||
margin-right: 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue