fix: increase link underline thickness

finxol.io 3a5a03e8 d0c97ac6

verified
Changed files
+1 -1
app
components
content
+1 -1
app/components/content/ProseA.vue
···
text-decoration: none;
background-image: linear-gradient(to right, #000, #000);
background-repeat: no-repeat;
-
background-size: 100% .5px;
background-position: bottom .2ch left;
.dark & {
···
text-decoration: none;
background-image: linear-gradient(to right, #000, #000);
background-repeat: no-repeat;
+
background-size: 100% 1px;
background-position: bottom .2ch left;
.dark & {