Pierre Bondoerffer dac14de18c
unify fonts
2017-08-04 17:15:45 +02:00

31 lines
647 B
Plaintext

@import "./variables.less";
@import (once) "../less2/include/colortheme.less";
.cp footer {
background: @category-bg;
font-family: @colortheme_font;
padding-top: 1em;
font-size: 1.2em;
a {
color: @cp-link;
&:visited {
color: @cp-link-visited;
}
&:hover {
color: @cp-link-hover;
}
}
li.title {
font-size: 1.2em;
font-weight: bold;
}
div.version-footer {
background-color: @old-base;
color: @old-fore;
text-align: center;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
}