aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/pysite/_variables.scss5
-rw-r--r--scss/pysite/pages/main/bot/_clean_logs.scss13
2 files changed, 11 insertions, 7 deletions
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;
}
}