mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
fix button colors for dark mode (#26)
This commit is contained in:
parent
df32bae2b6
commit
72bb3ef5be
|
@ -6,8 +6,12 @@
|
|||
background: #aaa;
|
||||
}
|
||||
.SubscriptionMenu-button--follow {
|
||||
.Button--color(#de8e00, #fff2ae);
|
||||
// TODO: dark mode
|
||||
& when (@config-dark-mode = false) {
|
||||
.Button--color(#de8e00, #fff2ae);
|
||||
}
|
||||
& when (@config-dark-mode = true) {
|
||||
.Button--color(#784d00, #fbb94c);
|
||||
}
|
||||
}
|
||||
.SubscriptionMenu .Dropdown-menu {
|
||||
min-width: 260px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user