1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

style: update link decoration

This commit is contained in:
2026-02-08 21:15:42 +08:00
parent 00b034f02b
commit bef3d5ce77
3 changed files with 8 additions and 4 deletions

View File

@@ -451,7 +451,12 @@
}
a {
text-decoration: underline solid;
text-decoration: underline 2px dotted;
text-underline-offset: 3px;
&:hover {
text-decoration-style: solid;
}
}
blockquote {

View File

@@ -30,8 +30,6 @@
h2,
a {
@include mixin.typescale-style("display-small");
text-decoration: none;
}
}

View File

@@ -122,7 +122,8 @@ a {
color: var(--md-sys-color-primary);
letter-spacing: 0px;
text-underline-offset: 5px;
text-decoration: underline solid;
text-underline-offset: 6px;
code {
color: var(--md-sys-color-inverse-primary) !important;