@@ -80,7 +80,7 @@ a:focus {
8080.bar-custom .navbar-brand .navbar-toggle {
8181 padding : 4px 6px ;
8282 font-size : 16px ;
83- color : # fff ;
83+ color : rgb ( 88 , 89 , 90 ) ;
8484}
8585
8686.navbar-custom .navbar-brand .navbar-toggle : focus ,
@@ -89,7 +89,7 @@ a:focus {
8989}
9090
9191.navbar-custom a {
92- color : # fff ;
92+ color : rgb ( 88 , 89 , 90 ) ;
9393}
9494
9595.navbar-custom .nav li .active {
@@ -110,7 +110,7 @@ a:focus {
110110 background-color : rgba (255 , 255 , 255 , .3 );
111111}
112112
113- /* @media(min-width:767px) {
113+ @media (min-width : 767px ) {
114114 .navbar {
115115 padding : 20px 0 ;
116116 border-bottom : 0 ;
@@ -123,21 +123,21 @@ a:focus {
123123
124124 .top-nav-collapse {
125125 padding : 0 ;
126- background-color: rgba(153, 157, 160 );
126+ background-color : rgb ( 9 , 10 , 10 );
127127 }
128128
129129 .navbar-custom .top-nav-collapse {
130130 border-bottom : 1px solid rgba (255 , 255 , 255 , .3 );
131131 }
132- }*/
132+ }
133133
134134.intro {
135135 display : table;
136136 width : 100% ;
137137 height : auto;
138138 padding : 100px 0 ;
139139 text-align : center;
140- color : # fff ;
140+ color : rgb ( 185 , 189 , 192 ) ;
141141 background : url (/img/IMG_3378.jpg) no-repeat bottom center scroll;
142142 background-color : {{ site .color .primary-dark }};
143143 - webkit- background- size: cover;
@@ -159,7 +159,6 @@ a:focus {
159159}
160160
161161.brand-heading {
162- color : rgb (153 , 157 , 160 );
163162 text-align : center;
164163}
165164.intro .intro-body .intro-text {
@@ -172,7 +171,7 @@ a:focus {
172171@media (min-width : 767px ) {
173172 .intro {
174173 height : 60% ;
175- padding : 0 ;
174+ padding : 10 ;
176175 background-position : 25% 68% ;
177176
178177 }
0 commit comments