Skip to content

Commit b8ffeb7

Browse files
committed
style: footnotes
1 parent 2be40ff commit b8ffeb7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/main.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,16 @@ pre code {
386386
.navbar .navbar-brand:hover {
387387
color: $primary-highlight-color
388388
}
389+
390+
.footnotes {
391+
border-top: 1px solid $grey-color;
392+
margin-top: 2rem;
393+
padding-top: 1rem;
394+
}
395+
396+
.footnotes li {
397+
color: $grey-color;
398+
font-size: 0.9rem;
399+
}
400+
401+

0 commit comments

Comments
 (0)