We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2181428 commit 131b745Copy full SHA for 131b745
src/less/banner.less
@@ -0,0 +1,31 @@
1
+.banner {
2
+ background: #FDF3E3;
3
+ color: #6C5B44;
4
+ text-align: center;
5
+ padding: 1em 0;
6
+}
7
+
8
+.banner a {
9
10
+ font-size: 1.25em;
11
+ text-decoration: none;
12
13
14
+.banner a:hover {
15
16
+ text-decoration: underline;
17
18
19
+.navbar .blm .brand {
20
+ font-weight: 700;
21
+ margin-left: .5em;
22
23
24
+.blm .logo {
25
+ background-image: url(../img/grunt-logo.svg);
26
+ width: 42px;
27
+ height: 39px;
28
+ background-size: 100% auto;
29
+ float: left;
30
+ margin-top: 0.55em;
31
0 commit comments