summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-29 11:51:13 +0300
committerAndrew Dolgov <[email protected]>2021-01-29 11:51:13 +0300
commitddd1d03ff6ebab4b9dc8b4536b663cf03dc859cb (patch)
tree752e17bc72e7676a9a6a8b584254da5e8739c848 /css
parent156c67e9fc3cb521c491043782f6a2e1e11fa83c (diff)
night theme: fix hr color
Diffstat (limited to 'css')
-rw-r--r--css/themes.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/themes.less b/css/themes.less
index 1e72415..4ba8497 100644
--- a/css/themes.less
+++ b/css/themes.less
@@ -35,7 +35,7 @@
}
}
- .modal-header, .modal-footer {
+ .modal-header, .modal-footer, hr {
border-color : #444;
}
}