File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
}
53
53
54
54
.beginner-button : hover {
55
- background-color : # fcc7d8 ;
55
+ background-color : # dec6a6 ;
56
56
}
57
57
58
58
.beginner-button : after {
72
72
max-height : 0 ;
73
73
overflow : hidden;
74
74
transition : max-height 0.2s ease-out;
75
- background-color : rgb ( 225 , 227 , 231 ) ;
75
+ background-color : # 7e5e39 ;
76
76
margin : 0 0 30px 0 ;
77
77
font-size : 1.08rem ;
78
78
}
Original file line number Diff line number Diff line change 85
85
color : var (--secondary-color );
86
86
font-family : var (--font-3 );
87
87
font-size : 1.5em ;
88
- border : 2 px solid var (--background-color );
88
+ border : 0 px solid var (--background-color );
89
89
border-radius : 2vh ;
90
90
background : var (--background-color );
91
91
margin : 0 0 40px 0 ;
94
94
}
95
95
96
96
.home-register-button : hover {
97
- background-color : rgb ( 231 , 224 , 229 ) ;
97
+ background-color : # dec6a6 ;
98
98
}
99
99
100
100
.home-register-link {
You can’t perform that action at this time.
0 commit comments