commento-tags.scss: use a lighter shades for tags

This commit is contained in:
Adhityaa 2018-06-12 20:46:44 +05:30
parent a9d7076c2e
commit 0ee43ae52a

View File

@ -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;
}