Commit be99af4f authored by JC Brand's avatar JC Brand

Smaller navbar text

parent 7d861be8
...@@ -5366,18 +5366,16 @@ a:hover, a:focus { ...@@ -5366,18 +5366,16 @@ a:hover, a:focus {
.navbar { .navbar {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
margin-bottom: 0; margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3); background: transparent;
text-transform: uppercase; font-size: 95%;
background: transparent; } font-weight: normal; }
.navbar .navbar-collapse { .navbar .navbar-collapse {
justify-content: space-between; } justify-content: space-between; }
.navbar a { .navbar a {
color: white; } color: white; }
.navbar-brand { .navbar-brand:focus {
font-weight: 700; } outline: none; }
.navbar-brand:focus {
outline: none; }
.navbar-custom a { .navbar-custom a {
color: #ffffff; } color: #ffffff; }
......
...@@ -72,9 +72,9 @@ a:hover, a:focus { ...@@ -72,9 +72,9 @@ a:hover, a:focus {
.navbar { .navbar {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
margin-bottom: 0; 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-collapse { .navbar-collapse {
justify-content: space-between; justify-content: space-between;
...@@ -85,7 +85,6 @@ a:hover, a:focus { ...@@ -85,7 +85,6 @@ a:hover, a:focus {
} }
.navbar-brand { .navbar-brand {
font-weight: 700;
&:focus { &:focus {
outline: none; 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