aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css/black.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/static/css/black.css')
-rw-r--r--server/static/css/black.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/static/css/black.css b/server/static/css/black.css
index 0f4951a..a69cd8a 100644
--- a/server/static/css/black.css
+++ b/server/static/css/black.css
@@ -108,6 +108,18 @@ input[type="text"]:focus {
color: #9b9b9b;
}
+/* Modals */
+#modal-left {
+ background: #333;
+ color: #efefef;
+ box-shadow: 0 0 10px rgba(82, 168, 236, 0.6);
+}
+
+/* Keyboard Shortcuts */
+.keyboard-shortcuts li {
+ color: #9b9b9b;
+}
+
/* Counter */
.unread-counter {
color: #bbb;