From dc10e77dcde9519361d46761bfa83ccb0a991c0a Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 21 Jul 2018 14:19:15 +0200 Subject: scss linting errors resolved. --- scss/pysite/_variables.scss | 5 +++++ scss/pysite/pages/main/bot/_clean_logs.scss | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'scss') diff --git a/scss/pysite/_variables.scss b/scss/pysite/_variables.scss index 5f410b6c..4e86b1d0 100644 --- a/scss/pysite/_variables.scss +++ b/scss/pysite/_variables.scss @@ -20,3 +20,8 @@ $winner_colour_brighter: #EEBB00; $winner_colour: #E0B000; $winner_colour_hover: #DAA900; $winner_colour_active: #DAA015; + +$clean_logs_background: #18191D; +$clean_logs_timestamp: #75797F; + + diff --git a/scss/pysite/pages/main/bot/_clean_logs.scss b/scss/pysite/pages/main/bot/_clean_logs.scss index 7c6d8e22..002a5e51 100644 --- a/scss/pysite/pages/main/bot/_clean_logs.scss +++ b/scss/pysite/pages/main/bot/_clean_logs.scss @@ -1,21 +1,20 @@ -html.clean_logs { +.clean-logs { - background-color: #18191d; + background-color: $clean_logs_background; .nick { - color: #9298ff; font-weight: 700; } .time { - color: #75797f; - font-size:11px; - front-weight: normal; + color: $clean_logs_timestamp; + font-size: 11px; + font-weight: normal; margin-left: .8em; } .text { - color: #FFFFFF; + color: $white; margin-bottom: 1em; } } -- cgit v1.2.3