Skip to content

Commit af2539d

Browse files
add light gray top border to footer
1 parent 3efb539 commit af2539d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/template/footer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
font: 16px var(--sans);
1111
padding: var(--space) var(--page-padding);
1212
background-color: var(--footer-background-color, var(--background-color));
13+
border-top: 1px solid #ECEEF2;
1314
}
1415

1516
.footer > * {

0 commit comments

Comments
 (0)