40 lines
434 B
Sass
40 lines
434 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
body
|
||
|
font-family: sans-serif
|
||
|
|
||
|
a,
|
||
|
footer a,
|
||
|
.article-summary h2 a
|
||
|
color: $yellow
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
&:visited
|
||
|
color: $yellow
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
footer,
|
||
|
#page-list,
|
||
|
.highlight
|
||
|
color: $gray-1
|
||
|
background-color: $gray-3
|
||
|
|
||
|
div.toc
|
||
|
color: $gray-1
|
||
|
background-color: $gray-4
|
||
|
|
||
|
code,
|
||
|
pre
|
||
|
border: none
|
||
|
|
||
|
.date-info
|
||
|
color: $blue
|