Skip to content

Commit

Permalink
normalize fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Aug 18, 2024
1 parent aba9d3a commit 46de26f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/frontend/styles/_normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ html {
box-sizing: border-box;
height: 100%;
scrollbar-gutter: stable;
/* letter-spacing: 0.025em; */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}


*, *:before, *:after {
box-sizing: border-box;
}
Expand All @@ -25,6 +27,11 @@ body {
font-size: 115%;
}


light-code {
isolation: isolate;
}

[hidden] {
display: none !important;
}
Expand Down

0 comments on commit 46de26f

Please sign in to comment.