File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 27
27
font-size : 1rem ;
28
28
font-family : "Helvetica Neue" , Arial, sans-serif;
29
29
border-radius : 0.5rem ;
30
- background : deeppink;
30
+ border : none;
31
+ background : # 216869 ;
31
32
color : # fff ;
32
33
cursor : pointer;
33
34
position : relative;
44
45
45
46
.button .outline : focus ::before ,
46
47
.button .outline : hover ::before {
47
- box-shadow : deeppink 0 0 0 0.0625rem ;
48
+ box-shadow : # 216869 0 0 0 0.0625rem ;
48
49
content : "" ;
49
50
height : calc (100% + 0.25rem );
50
51
left : 0 ;
@@ -62,15 +63,15 @@ body {
62
63
border : none;
63
64
border-radius : 0 ;
64
65
background : transparent;
65
- color : deeppink ;
66
+ color : # 216869 ;
66
67
padding : 0 ;
67
68
margin : 0.25rem 0.5rem ;
68
69
font-weight : bold;
69
70
}
70
71
71
72
.button .underline : focus ::before ,
72
73
.button .underline : hover ::before {
73
- border-bottom : 0.0625rem solid currentcolor ;
74
+ border-bottom : 0.0625rem solid currentColor ;
74
75
bottom : -0.1875rem ;
75
76
content : "" ;
76
77
height : 0 ;
You can’t perform that action at this time.
0 commit comments