From 027f8bfd34782c95ba622368e1539bbcf8bc78ae Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Oct 2019 13:50:50 -0400 Subject: [PATCH] [+] Create theme css class --- src/components/app/app.scss | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index a277540..7383be0 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -1,8 +1,13 @@ #app { - font-family: 'Avenir', Helvetica, Arial, sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-align: center; - color: #2c3e50; + font-family: 'Avenir', Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-align: center; + color: #2c3e50; +} + +.theme-default +{ + --unread: #ff6c00; }