This commit is contained in:
2021-04-04 16:22:25 +02:00
parent 006ad63747
commit 32fc87b9e4
2 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ $family-primary: 'Courier Prime', monospace;
:root {
--font-family: var(#{$family-primary});
--font-color: #4a4a4a;
--background-color: white;
--background-color: #ffffff;
--note-width: 620px;
}
@@ -33,6 +33,7 @@ body {
scroll-behavior: smooth;
overflow-y: auto;
font-size: 1.2em;
background-color: var(--background-color);
}
@media screen and (min-width: 769px) {