diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2022-04-21 18:19:13 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-21 13:06:03 -0400 |
| commit | 66fcee80ef3557be085dc1ea6f2d2110e45c8cc2 (patch) | |
| tree | 614f05841249a72f6b7c5d02203c93ba3a9c69f7 /static/main.css | |
| parent | ccebae1553fe286146fe2fe4f78aa3220ae24e80 (diff) | |
Apply M3 body large typography to the body
This increases the white space between different lines and between
individual letters. It provides a more modern look and feel for the
user, which makes it easier to digest the content.
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 1d70b6f0..7c7dd34a 100644 --- a/static/main.css +++ b/static/main.css @@ -11,6 +11,8 @@ body { min-height: 100vh; min-height: -webkit-fill-available; /* replace with stretch when standardized */ font-family: Roboto, sans-serif; + line-height: 1.5; + letter-spacing: 0.009375rem; background-color: #fafafa; /* grey50 */ color: rgba(0 0 0 / 87%); /* 87% black */ margin: 0; |
