org-theme/scss/partials/_postamble.scss

28 lines
494 B
SCSS

#postamble {
position:fixed;
bottom:0;
left:0;
width: $toc-width;
padding: 12px;
color: $color-text-invert;
background: $color-background-obscur;
border-top: solid 10px #343131;
font-family: $serif;
z-index:400;
.author {
font-size: 0.8rem;
margin-bottom: 0px;
}
.date {
font-size: 0.7rem;
margin-bottom: 0px;
color: $color-secondary;
}
.creator, .validation {
display:none;
}
}