This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/static/public.css

18 lines
259 B
CSS
Raw Normal View History

body {
/* Overriding so that it doesn't change even when updating the library. */
max-width: 750px;
}
2020-12-31 13:49:56 +01:00
h1, h2, h3 {
border-bottom: unset;
}
footer {
font-size: 80%;
color: var(--nc-tx-2);
}
footer > :first-child {
margin-top: 1em;
}