Support _underline_

This commit is contained in:
Oleksii Koval 2024-05-19 13:18:27 +03:00 committed by Fabrice Niessen
parent c22e142c25
commit 420daecbd8
2 changed files with 8 additions and 0 deletions

View File

@ -751,6 +751,10 @@ p.verse {
cursor: pointer;
}
.underline {
text-decoration:underline
}
/* This is for the sake of Emacs. */
/* Local Variables: */
/* eval: (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */

View File

@ -1138,3 +1138,7 @@ h2.footnotes{
text-align: right;
padding-right: 10pt;
}
.underline {
text-decoration:underline
}