Skip to content

Commit 84da61a

Browse files
committed
update secondary button
1 parent 57e5565 commit 84da61a

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

wp-includes/css/page.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
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

@@ -117,17 +119,21 @@
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 {

0 commit comments

Comments
 (0)