update css
parent
d13362e19d
commit
d5804e8798
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue