Adjust CSS colours, start of a dark mode

This commit is contained in:
Ben Charlton 2024-04-14 13:18:48 +01:00
parent 1434921029
commit 28a0467135
3 changed files with 391 additions and 12 deletions

View file

@ -90,15 +90,15 @@ h1 {
}
h2 {
margin-top: 1rem;
font-size: 1.5rem;
font-size: 1.25rem;
}
h3 {
margin-top: 1.5rem;
font-size: 1.25rem;
margin-top: 1.rem;
font-size: 1rem;
}
h4, h5, h6 {
margin-top: 1rem;
font-size: 1rem;
font-size: 0.8rem;
}
/* Body text */