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;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
border: 1px solid #828282;
|
||||
}
|
||||
|
||||
.dark button {
|
||||
.dark .menu button,
|
||||
.dark .story-text button {
|
||||
background-color: #444444;
|
||||
border-color: #bbb;
|
||||
color: #ddd;
|
||||
@@ -66,3 +67,7 @@
|
||||
.dark .checkbox:checked + label::after {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.dark .copy-button {
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
@@ -305,6 +305,7 @@ button.comment {
|
||||
|
||||
.copy-button {
|
||||
font: 1.5rem/1 'icomoon2';
|
||||
color: #828282;
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
background-color: #690000;
|
||||
}
|
||||
|
||||
.red button {
|
||||
.red .menu button,
|
||||
.red .story-text button {
|
||||
background-color: #440000;
|
||||
border-color: #b00;
|
||||
color: #b00;
|
||||
@@ -88,3 +89,7 @@
|
||||
.red .checkbox:checked + label::after {
|
||||
border-color: #aa0000;
|
||||
}
|
||||
|
||||
.red .copy-button {
|
||||
color: #690000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user