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

17 lines
183 B
CSS

@import '../../website/style.css';
nav {
position: fixed;
bottom: 0;
border-top: 1px solid var(--theme-text);
}
body {
padding: 0;
}
main {
font-size: 32px;
}