Fix buttons in color themes
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
border: 1px solid #828282;
|
||||
}
|
||||
|
||||
.black button {
|
||||
.black .menu button,
|
||||
.black .story-text button {
|
||||
background-color: #444444;
|
||||
border-color: #bbb;
|
||||
color: #ddd;
|
||||
@@ -70,3 +71,7 @@
|
||||
.black .checkbox:checked + label::after {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.black .copy-button {
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user