You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
296 B

.footer.segment {
padding: 5em 0em;
}
.api-docs pre {
padding: 8px 12px;
border-radius: 4px;
border: 1px #ddd solid;
background-color: rgba(248,246,255,1);
font-size: 0.9em;
}
h2.site-name .edit-site {
visibility: hidden;
}
h2.site-name:hover .edit-site {
visibility: visible;
}