Commit be99af4f authored by JC Brand's avatar JC Brand

Smaller navbar text

parent 7d861be8
......@@ -5366,18 +5366,16 @@ a:hover, a:focus {
.navbar {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
background: transparent; }
background: transparent;
font-size: 95%;
font-weight: normal; }
.navbar .navbar-collapse {
justify-content: space-between; }
.navbar a {
color: white; }
.navbar-brand {
font-weight: 700; }
.navbar-brand:focus {
outline: none; }
.navbar-brand:focus {
outline: none; }
.navbar-custom a {
color: #ffffff; }
......
......@@ -72,9 +72,9 @@ a:hover, a:focus {
.navbar {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
background: transparent;
font-size: 95%;
font-weight: normal;
.navbar-collapse {
justify-content: space-between;
......@@ -85,7 +85,6 @@ a:hover, a:focus {
}
.navbar-brand {
font-weight: 700;
&:focus {
outline: none;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment