Browse Source

fix: css property `text-decoration-skip-ink`

master
dnomd343 3 years ago
parent
commit
7227ce916c
  1. 3
      assets/style.css

3
assets/style.css

@ -57,9 +57,8 @@ h2:after {
a { a {
color: #0c93e4; color: #0c93e4;
text-decoration: underline; text-decoration: underline;
text-decoration-skip: ink; text-decoration-skip-ink: none;
background-color: transparent; background-color: transparent;
-webkit-text-decoration-skip: objects;
} }
a:focus, a:focus,

Loading…
Cancel
Save