Update the footer

This commit is contained in:
yflory
2017-02-07 18:06:36 +01:00
parent b3e73b0f0b
commit 4aaaa2f647
8 changed files with 65 additions and 34 deletions

View File

@@ -455,11 +455,24 @@
#cryptpadTopBar .right a:hover {
text-decoration: underline;
}
footer {
.cp footer {
background: #cccccc;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
padding-top: 1em;
}
.cp footer a {
color: #555;
}
.cp footer a:visited {
color: #777;
}
.cp footer a:hover {
color: #333;
}
.cp footer li:first-child {
font-weight: bold;
text-decoration: underline;
}
html.cp,
.cp body {
font-size: .875em;