summaryrefslogtreecommitdiff
path: root/css/themes.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-04 15:24:10 +0300
committerAndrew Dolgov <[email protected]>2021-02-04 15:24:10 +0300
commite3322036c0d76f667bf35cdd0f82ab0163a68ea0 (patch)
tree3308d53b621578c7836d93a3e86f3621c1679b95 /css/themes.less
parentddd1d03ff6ebab4b9dc8b4536b663cf03dc859cb (diff)
add workaround for gulp 4 not touching files on update
reader: style dropdowns better for dark mode
Diffstat (limited to 'css/themes.less')
-rw-r--r--css/themes.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/themes.less b/css/themes.less
index 4ba8497..4e7f2b5 100644
--- a/css/themes.less
+++ b/css/themes.less
@@ -33,6 +33,13 @@
button.close {
color : #fff;
}
+
+ .form-control {
+ background : #333;
+ color : #ccc;
+ border-color : #555;
+ }
+
}
.modal-header, .modal-footer, hr {