Small accessibility fixes

This commit is contained in:
Jennifer C J Radtke
2024-02-15 21:04:40 +00:00
parent 17ab61e649
commit 4571c5bacb
2 changed files with 2 additions and 5 deletions

5
css/skeleton.css vendored
View File

@@ -126,11 +126,8 @@
/* Base Styles
*/
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
font-size: 100%; }
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;