Changed styling to fit better for mobile devices

This commit is contained in:
2021-08-01 19:13:15 +02:00
parent 7755339c40
commit 02c656f805
2 changed files with 43 additions and 6 deletions

View File

@ -1,6 +1,7 @@
body {
background-color: var(--color-body);
color: var(--color-body-text);
font-size: 1.4em;
}
code {