changed some variables
This commit is contained in:
parent
c558f6342b
commit
c36cb6f853
3 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ ul, ol {
|
||||||
|
|
||||||
li, dt, dd {
|
li, dt, dd {
|
||||||
@extend %basic;
|
@extend %basic;
|
||||||
color: $black;
|
color: $basic_font_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue