added support for underlined text

This commit is contained in:
Sasserisop 2023-10-14 17:05:05 -06:00
parent 5b7db43af0
commit 19b962c219
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ code {
}
u {
text-decoration: none;
text-decoration: underline;
background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%,var(--accent-text-color) 50%);
background-repeat: repeat-x;
background-size: 2px 2px;