22 lines
480 B
Plaintext
Raw Normal View History

2017-02-03 16:52:55 +01:00
@import "./variables.less";
2017-02-07 18:06:36 +01:00
.cp footer {
background: @category-bg;
2017-02-03 16:52:55 +01:00
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
padding-top: 1em;
font-size: 1.2em;
2017-02-07 18:06:36 +01:00
a {
color: @cp-link;
2017-02-07 18:06:36 +01:00
&:visited {
color: @cp-link-visited;
2017-02-07 18:06:36 +01:00
}
&:hover {
color: @cp-link-hover;
2017-02-07 18:06:36 +01:00
}
}
li:first-child {
font-size: 1.2em;
2017-02-07 18:06:36 +01:00
font-weight: bold;
}
}