mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Insert link dialog in dark theme
This commit is contained in:
@@ -133,6 +133,8 @@
|
|||||||
|
|
||||||
.wmd-prompt-dialog > form > input[type="button"] {
|
.wmd-prompt-dialog > form > input[type="button"] {
|
||||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
|
background: dark-light-choose(initial, blend-primary-secondary(50%));
|
||||||
|
color: dark-light-choose(inherit, $secondary);
|
||||||
font-family: trebuchet MS, helvetica, sans-serif;
|
font-family: trebuchet MS, helvetica, sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user