From 63c3446978741523d02ceb82347e8db9ad56274b Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 31 Oct 2017 14:28:10 -0600 Subject: [PATCH] Set font, tweak team/channel colors --- slack/orien.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slack/orien.css b/slack/orien.css index 5ae6acf..32b92af 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -22,9 +22,9 @@ limitations under the License. :root { /* Modify these to change your theme colors: */ --primary: #09F; - --text: #DDD; - --background: #111; - --background-elevated: #222; + --text: #c3c4c5; + --background: #23272a; + --background-elevated: #2c2f33; /* These should be less important: */ --background-hover: rgba(255, 255, 255, 0.1); @@ -285,7 +285,7 @@ ts-message { border-radius: 5px; margin: 1px 5px !important; box-shadow: none !important; - font-family: "Courier New","Helvetica Neue"; + font-family: "Helvetica Neue"; font-weight: bold; }