Skip to content

Commit

Permalink
style <del>
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon authored Feb 10, 2024
1 parent bc65052 commit 4f9ebc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ body{
color: var(--textcolor);
font: var(--def-font-size)/1.5 var(--def-font-family);
}

del {
text-decoration: line-through 2px var(--textcolor);
}

div.container-fluid, div.container, nav.navbar,
div.dropdown-menu, ul.dropdown-menu, .list-group, .list-group-item,
.sectioncontent {
Expand Down

0 comments on commit 4f9ebc5

Please sign in to comment.