Skip to content

Commit

Permalink
use h2 and h3 variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelaCretu11 committed Sep 14, 2023
1 parent aa4c2d2 commit 3e1ac74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/extras/table-of-contents.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: fit-content;
padding-bottom: 5px;
margin-bottom: 0px;
font-size: 1.75rem;
font-size: @h2;
}

.table-of-contents.default ul.ui.list li:before,
Expand Down
4 changes: 2 additions & 2 deletions theme/extras/underline.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ p.styled-slate > a {

// titles and underline
#page-document h3 {
font-size: 1.35rem;
font-size: @h3;
font-weight: 400;
-webkit-text-decoration: @textUnderlineColor solid underline;
text-decoration: 3px @textUnderlineColor solid underline;
Expand All @@ -54,7 +54,7 @@ p.styled-slate > a {
#latest h2,
#legal h2,
#members h2 {
font-size: 1.75rem;
font-size: @h2;
-webkit-text-decoration: @textUnderlineColor solid underline;
text-decoration: 3px @textUnderlineColor solid underline;
-webkit-text-underline-position: under;
Expand Down

0 comments on commit 3e1ac74

Please sign in to comment.