1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 21:52:54 +02:00

formatting

This commit is contained in:
Morris Brodersen
2025-02-15 14:14:15 +01:00
parent 366d41c321
commit b0c17beb61
2 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ body {
body {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, 'Helvetica Neue',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, Helvetica, 'Helvetica Neue', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
}

View File

@@ -18,6 +18,7 @@ body {
background: var(--main-bg);
color: var(--main-text);
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, 'Helvetica Neue',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, Helvetica, 'Helvetica Neue', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
}