26 lines
344 B
Sass
26 lines
344 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
body>footer,
|
||
|
#site-footer
|
||
|
color: $foreground
|
||
|
background-color: $background
|
||
|
padding: 0.5rem
|
||
|
font-style: normal
|
||
|
font-weight: bold
|
||
|
|
||
|
a
|
||
|
color: $cyan
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
&:visited
|
||
|
color: $cyan
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|