mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 17:51:17 +11:00
make custom-group links more legible
This commit is contained in:
parent
b27fdf207e
commit
7c5b2ecbe8
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,12 @@
|
||||||
-webkit-text-decoration-color: var(--vp-c-brand-1);
|
-webkit-text-decoration-color: var(--vp-c-brand-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vp-doc .custom-block a {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 4px;
|
||||||
|
text-decoration-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: var(--vp-button-brand-bg);
|
background-color: var(--vp-button-brand-bg);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue