15 lines
280 B
CSS
15 lines
280 B
CSS
body {
|
|
/* Overriding so that it doesn't change even when updating the library. */
|
|
max-width: 750px;
|
|
}
|
|
|
|
footer {
|
|
border-top: 2px solid var(--nc-bg-3);
|
|
margin-top: 2em;
|
|
font-size: 80%;
|
|
color: var(--nc-tx-2);
|
|
}
|
|
|
|
footer > :first-child {
|
|
margin-top: 1em;
|
|
}
|