update css

master
urosm 2024-08-03 15:58:55 +02:00
parent d13362e19d
commit d5804e8798
1 changed files with 13 additions and 1 deletions

View File

@ -235,7 +235,8 @@ img, svg {
a {
color: inherit;
cursor: pointer;
text-decoration: underline solid var(--md-formatting-color) 1pt;
text-decoration: underline solid;
text-decoration-color: var(--md-formatting-color);
}
a:active {
@ -454,3 +455,14 @@ a.internal-next {
a.internal-next:active {
color: var(--red);
}
/* */
.warn {
text-decoration: underline wavy var(--orange) 1pt;
}
.error {
text-decoration: underline wavy var(--red) 1pt;
}