2017-02-03 16:52:55 +01:00
|
|
|
@import "./variables.less";
|
|
|
|
|
|
2017-02-07 18:06:36 +01:00
|
|
|
.cp footer {
|
2017-02-03 16:52:55 +01:00
|
|
|
background: @dark-base;
|
|
|
|
|
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
|
|
|
|
padding-top: 1em;
|
2017-02-07 18:06:36 +01:00
|
|
|
a {
|
|
|
|
|
color: #555;
|
|
|
|
|
&:visited {
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
&:hover {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
li:first-child {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|