Skip to content

Commit 48380e1

Browse files
committed
Merge pull request #27 from seanjohnite/whitefix
fix welcome msg color
2 parents 6021d0b + 31c5f18 commit 48380e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generated/browser/scss/directives/navbar.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ navbar {
4949
float: right;
5050
margin-top: 12px;
5151
span {
52-
color: white;
52+
color: black;
53+
font-size: 16px;
54+
margin-right: 5px;
5355
}
5456
a {
5557
color: #f30046;

0 commit comments

Comments
 (0)