File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 --bg-dark-gray-02 : # 2c2c2c ;
1212 --bg-dark-blue : # 003A6D ;
1313 /* Button Color */
14- --btn-blue-secnd : # 5C97FF ;
15- --btn-blue-hover : # 3181f1 ;
14+ --btn-prim : # 0f62fe ;
15+ --btn-prim-hover : # 0050e6 ;
16+ --btn-secnd : # 6f6f6f ;
17+ --btn-scnd-hover : # 5e5e5e ;
1618 /* Font Color */
1719 --font-light-blue : # 78A9FF ;
1820
117119}
118120
119121.button-primary {
120- background-color : var (--blue );
122+ background-color : var (--btn-prim );
121123 margin-top : 1.25em ;
122124}
123125
124126.button-secondary {
125- background-color : var (--btn-blue- secnd );
127+ background-color : var (--btn-secnd );
126128 margin-top : 1.25em ;
127129}
128130
129- .button-primary : hover , .button-secondary : hover {
130- background-color : var (--btn-blue-hover );
131+ .button-primary : hover {
132+ background-color : var (--btn-prim-hover );
133+ }
134+
135+ .button-secondary : hover {
136+ background-color : var (--btn-scnd-hover );
131137}
132138
133139.button-tertiary {
You can’t perform that action at this time.
0 commit comments