hugo-batsite/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84...

57 lines
781 B
Plaintext

body {
background-color: #ffe7d6;
color: #73464c; }
a {
background-color: #ab5675;
color: #ffe7d6; }
a.footer-nav-item.active {
color: #ab5675; }
footer, footer a {
background-color: #73464c;
color: #ffe7d6; }
@font-face {
font-family: CaskaydiaCove;
src: url(/font/CaskaydiaCove.ttf); }
* {
font-family: CaskaydiaCove;
font-size: 16pt; }
h1 {
font-size: 42pt; }
a {
text-decoration: none; }
footer {
font-size: 20pt; }
html, body {
height: 100%;
flex: auto; }
footer {
height: 10%;
min-height: 24pt;
position: sticky;
display: flex;
align-items: center;
justify-content: center; }
#footer-content {
width: 100%; }
#content {
min-height: 90%; }
#footer-right {
justify-self: right; }
* {
padding: 0;
margin: 0; }