From 47fb1b013e2bdce8ed472f3a3f84b8718bf17cf3 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 24 Dec 2021 13:00:12 +0000 Subject: [PATCH] Add preview colours for Nord --- ohayodash/static/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ohayodash/static/css/styles.css b/ohayodash/static/css/styles.css index b2f6844..08276b3 100755 --- a/ohayodash/static/css/styles.css +++ b/ohayodash/static/css/styles.css @@ -494,6 +494,12 @@ table a{ color: #4C432E; } +.theme-nord{ + background-color: #2E3440; + border: 4px solid #8FBCBB; + color: #E5E9F0; +} + /* MEDIA QUERIES */