Skip to content

Commit c191f01

Browse files
committed
Added border-top to billboard style
It helps differentiate between the banner and title
1 parent 201e372 commit c191f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangoproject/scss/_style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ blockquote {
672672
/* banner for billboard */
673673
#billboard {
674674
background-color: $green-medium;
675+
border-top: 1px solid $black;
675676

676677
* {
677678
color: $black;

0 commit comments

Comments
 (0)