Style fixes
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
.dark .menu button,
|
||||
.dark .story-text button {
|
||||
background-color: #444444;
|
||||
background-color: #222222;
|
||||
border-color: #bbb;
|
||||
color: #ddd;
|
||||
}
|
||||
@@ -78,19 +78,19 @@
|
||||
}
|
||||
|
||||
.dark .update-banner button {
|
||||
background-color: #444444;
|
||||
background-color: #222222;
|
||||
border-color: #bbb;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.dark .modal-content {
|
||||
background: #333;
|
||||
background: #222;
|
||||
border-color: #828282;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.dark .modal-content button {
|
||||
background-color: #444444;
|
||||
background-color: #222222;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user