Revert "Try this safari-only CSS"

This reverts commit 0e05ed6a98.
This commit is contained in:
Lim Chee Aun 2023-02-23 23:25:42 +08:00
parent 0e05ed6a98
commit 6fdf204180

View file

@ -90,12 +90,6 @@ body {
word-wrap: break-word;
overflow-wrap: break-word;
}
/* Safari-only: https://www.bram.us/2021/06/23/css-at-supports-rules-to-target-only-firefox-safari-chromium/#safari */
@supports (background: -webkit-named-image(i)) {
body {
font-size: 17px;
}
}
a {
color: var(--link-color);