Fixes #50382: Align .mtku with .detected-link
parent
7ada1d7079
commit
f9e96a3917
|
@ -391,6 +391,6 @@ export function generateTokensCSSForColorMap(colorMap: Color[]): string {
|
|||
}
|
||||
rules.push('.mtki { font-style: italic; }');
|
||||
rules.push('.mtkb { font-weight: bold; }');
|
||||
rules.push('.mtku { text-decoration: underline; }');
|
||||
rules.push('.mtku { text-decoration: underline; text-underline-position: under; }');
|
||||
return rules.join('\n');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue