Skip to content

Commit

Permalink
fix: remove deprecated root var
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed May 24, 2024
1 parent 892e3f0 commit 6b99daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

main.error .error-number text {
font-family: var(--fixed-font-family);
font-family: monospace;
}
</style>
<link rel="stylesheet" href="/styles/lazy-styles.css">
Expand Down
2 changes: 0 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/* fonts */
--body-font-family: roboto, roboto-fallback;
--heading-font-family: var(--body-font-family);
--fixed-font-family: 'Roboto Mono', menlo, consolas, 'Liberation Mono', monospace;

/* body sizes */
--body-font-size-m: 22px;
Expand Down Expand Up @@ -110,7 +109,6 @@ blockquote {

code,
pre {
font-family: var(--fixed-font-family);
font-size: var(--body-font-size-s);
}

Expand Down

0 comments on commit 6b99daa

Please sign in to comment.