aboutsummaryrefslogtreecommitdiffstats
path: root/scss/pysite/pages/main
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-21 14:19:15 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-21 14:19:15 +0200
commitdc10e77dcde9519361d46761bfa83ccb0a991c0a (patch)
treeeb64aa6d79a1e35feb18924c66dbcc4422490e91 /scss/pysite/pages/main
parentAnother git hook test (diff)
scss linting errors resolved.
Diffstat (limited to 'scss/pysite/pages/main')
-rw-r--r--scss/pysite/pages/main/bot/_clean_logs.scss13
1 files changed, 6 insertions, 7 deletions
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;
}
}