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

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