diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 7ab3133..bd2b09b 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -259,6 +259,8 @@ body[data-environment-label] div#header { background-image: url(../images/work-bg.png); background-position: 230px 0; background-repeat: no-repeat; + border-bottom: 10px solid yellow; + border-image: repeating-linear-gradient(-45deg, #333, black 14px, #ffe761 15px, #ffe761 29px, black 30px) 10; h1 { // + picture width padding-left: $sidepage-width + $sidepage-left-space + 70px;