commento-tags.scss: use a lighter shades for tags
This commit is contained in:
parent
a9d7076c2e
commit
0ee43ae52a
@ -1,16 +1,17 @@
|
|||||||
@import "colors-main.scss";
|
@import "colors-main.scss";
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: $red-3;
|
background: $red-1;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: $red-6;
|
color: $red-6;
|
||||||
padding: 4px;
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #1f89ff;
|
color: $blue-6;
|
||||||
border-bottom: 1px solid #1f89ff;
|
border-bottom: 1px solid $blue-6;
|
||||||
outline: none;
|
outline: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user