Skip to content

Commit

Permalink
Add banner file
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Nov 3, 2024
1 parent 2181428 commit 131b745
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/less/banner.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.banner {
background: #FDF3E3;
color: #6C5B44;
text-align: center;
padding: 1em 0;
}

.banner a {
color: #6C5B44;
font-size: 1.25em;
text-decoration: none;
}

.banner a:hover {
color: #6C5B44;
text-decoration: underline;
}

.navbar .blm .brand {
font-weight: 700;
margin-left: .5em;
}

.blm .logo {
background-image: url(../img/grunt-logo.svg);
width: 42px;
height: 39px;
background-size: 100% auto;
float: left;
margin-top: 0.55em;
}

0 comments on commit 131b745

Please sign in to comment.