Skip to content

Commit

Permalink
Support _underline_
Browse files Browse the repository at this point in the history
  • Loading branch information
avkoval authored and fniessen committed May 19, 2024
1 parent c22e142 commit 420daec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bigblow_theme/css/bigblow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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)) */
Expand Down
4 changes: 4 additions & 0 deletions src/readtheorg_theme/css/readtheorg.css
Original file line number Diff line number Diff line change
Expand Up @@ -1138,3 +1138,7 @@ h2.footnotes{
text-align: right;
padding-right: 10pt;
}

.underline {
text-decoration:underline
}

0 comments on commit 420daec

Please sign in to comment.