2121}
2222
2323.text-colored {
24- color : rgb ( 117 , 173 , 225 ) ;
24+ color : # 0081cb ;
2525}
2626
2727h1 {
6767}
6868
6969a {
70- color : rgb ( 117 , 173 , 225 ) ;
70+ color : # 00b0ff ;
7171 text-decoration : none;
7272}
7373
@@ -92,7 +92,7 @@ a:hover {
9292}
9393
9494header .triangle : after {
95- border-color : rgb ( 75 , 134 , 199 ) transparent transparent transparent;
95+ border-color : # 0081cb transparent transparent transparent;
9696}
9797
9898
@@ -130,7 +130,7 @@ nav#main-nav {
130130}
131131
132132nav # main-nav .fixed {
133- background : rgb ( 24 , 103 , 189 ) ;
133+ background : # 0081cb ;
134134 position : fixed;
135135 top : 0px ;
136136}
@@ -206,7 +206,7 @@ nav#main-nav .container ul li a.live:before {
206206
207207header {
208208 color : # fff ;
209- background : rgb ( 117 , 173 , 225 ) ;
209+ background : # 0081cb ;
210210 position : relative;
211211}
212212
@@ -282,10 +282,10 @@ header .container {
282282
283283header .bg-overlay-gradient {
284284 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a8148+0,82b823+100 */
285- background : rgb ( 24 , 103 , 189 ) ; /* Old browsers */
286- background : -moz-linear-gradient (45deg , rgb ( 24 , 103 , 189 ) 0% , rgb ( 117 , 173 , 225 ) 100% ); /* FF3.6-15 */
287- background : -webkit-linear-gradient (45deg , rgb ( 24 , 103 , 189 ) 0% , rgb ( 117 , 173 , 225 ) 100% ); /* Chrome10-25,Safari5.1-6 */
288- background : linear-gradient (45deg , rgb ( 24 , 103 , 189 ) 0% , rgb ( 117 , 173 , 225 ) 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
285+ background : # 0081cb ; /* Old browsers */
286+ background : -moz-linear-gradient (45deg , # 0081cb 0% , # 00b0ff 100% ); /* FF3.6-15 */
287+ background : -webkit-linear-gradient (45deg , # 0081cb 0% , # 00b0ff 100% ); /* Chrome10-25,Safari5.1-6 */
288+ background : linear-gradient (45deg , # 0081cb 0% , # 00b0ff 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
289289 filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a8148', endColorstr='#82b823', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
290290 width : 100% ;
291291 height : 100% ;
@@ -485,7 +485,7 @@ section .row > div > * + *,
485485
486486.btn {
487487 padding : 0px 25px 0px 25px ;
488- background : rgb ( 117 , 173 , 225 ) ;
488+ background : # 0081cb ;
489489 color : # fff ;
490490 font-size : 18px ;
491491 border-radius : 4px ;
@@ -535,7 +535,7 @@ section .row > div > * + *,
535535}
536536
537537footer {
538- background : rgb ( 24 , 103 , 189 ) ;
538+ background : # 0081cb ;
539539 color : # fff ;
540540 padding : 50px 0px ;
541541 font-size : 18px ;
@@ -555,10 +555,6 @@ footer ul {
555555 padding : 0px ;
556556}
557557
558- footer ul li {
559-
560- }
561-
562558footer ul li a : hover {
563559 opacity : 1 ;
564560 text-decoration : none;
0 commit comments