From 0ee43ae52acd71fd1d02f364c10ee85e6f6b3295 Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Tue, 12 Jun 2018 20:46:44 +0530 Subject: [PATCH] commento-tags.scss: use a lighter shades for tags --- frontend/sass/commento-tags.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/sass/commento-tags.scss b/frontend/sass/commento-tags.scss index cd9654d..734130b 100644 --- a/frontend/sass/commento-tags.scss +++ b/frontend/sass/commento-tags.scss @@ -1,16 +1,17 @@ @import "colors-main.scss"; code { - background: $red-3; + background: $red-1; font-family: monospace; line-height: 1.5; color: $red-6; - padding: 4px; + padding: 2px; + margin: 2px; } a { - color: #1f89ff; - border-bottom: 1px solid #1f89ff; + color: $blue-6; + border-bottom: 1px solid $blue-6; outline: none; text-decoration: none; }