File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
border-radius : 3px ;
61
61
cursor : pointer ;
62
62
line-height : 1.5em ;
63
- font : 300 14 px ' Roboto' , sans-serif ;
64
- font-size : $button-text-size ;
63
+ font : 500 16 px ' Roboto' , sans-serif ;
64
+ // font-size: $button-text-size; increase the font size and contrast for readability
65
65
width : 120px ;
66
66
background : #62d6fb ;
67
67
}
94
94
border : none ;
95
95
border-radius : 3px ;
96
96
background : $grey-color-gradient ;
97
- font : normal 11 px ' Roboto' , sans-serif ;
97
+ font : normal 16 px ' Roboto' , sans-serif ;
98
98
color : #b0b0b0 ;
99
99
}
100
100
106
106
border : transparent ;
107
107
border-radius : 3px ;
108
108
background-color : #565a61 ;
109
- font : normal 11 px ' Roboto' , sans-serif ;
109
+ font : normal 16 px ' Roboto' , sans-serif ;
110
110
color : #FFFFFF ;
111
111
transform : rotateX (90deg );
112
112
transition : opacity 300ms , transform 0.15s linear ;
Original file line number Diff line number Diff line change 40
40
font-family : ' Roboto' , sans-serif ;
41
41
42
42
h3 {
43
- color : $text-color ;
43
+ color : #FFFFFF ;
44
44
margin-bottom : 5px ;
45
45
margin-top : 5px ;
46
46
text-transform : uppercase ;
Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
.route {
30
- background-color : #ff6569 ;
30
+ background-color : #F00008 ;
31
31
padding-left : 10px ;
32
32
padding-top : 5px ;
33
33
padding-bottom : 5px ;
You can’t perform that action at this time.
0 commit comments