Skip to content

Commit

Permalink
add styles to support big and small roles
Browse files Browse the repository at this point in the history
  • Loading branch information
nintendoeats authored and mojavelinux committed Oct 4, 2023
1 parent 9866139 commit 24b9ea0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@
width: 100%;
}

.doc .big {
font-size: larger;
}

.doc .small {
font-size: smaller;
}

.doc .underline {
text-decoration: underline;
}
Expand Down

0 comments on commit 24b9ea0

Please sign in to comment.