22 lines
321 B
Sass
22 lines
321 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
.footer-parent
|
||
|
margin-top: 10px
|
||
|
color: $foreground
|
||
|
background-color: $background
|
||
|
|
||
|
.bottommenu
|
||
|
color: $foreground
|
||
|
background-color: $background
|
||
|
|
||
|
a
|
||
|
color: $cyan
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
p.debuginfo
|
||
|
background-color: $background
|