changed some variables

This commit is contained in:
Stephan 2017-01-17 17:02:12 +01:00
parent c558f6342b
commit c36cb6f853
3 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ ul, ol {
li, dt, dd { li, dt, dd {
@extend %basic; @extend %basic;
color: $black; color: $basic_font_color;
} }
dd { dd {

View file

@ -118,7 +118,7 @@ caption {
&:hover .link_url { &:hover .link_url {
display: block; display: block;
color: $white; color: $basic_highlight_color;
} }
&:hover .link_text { &:hover .link_text {

View file

@ -75,7 +75,7 @@ time {
// Code // Code
code { code {
@extend %basic_mono; @extend %basic_mono;
color: lighten($black, 12%); color: lighten($basic_font_color, 12%);
background-color: rgba($white,.1); background-color: rgba($white,.1);
} }
.code_solo { .code_solo {