Skip to content

Commit da524c9

Browse files
committed
feat(new-styles): add css styles for footnotes and table text
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 0a90969 commit da524c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/devopsdays-theme/assets/scss/custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,4 +675,12 @@ h3.program-page {
675675
.social-yt:hover {
676676
color: rgb(224, 52, 52);
677677
text-decoration: none;
678+
}
679+
680+
.footnotes {
681+
font-size: 0.75rem;
682+
}
683+
684+
.small-table-text {
685+
font-size: 0.75rem;
678686
}

0 commit comments

Comments
 (0)