We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e2082 commit fa33166Copy full SHA for fa33166
1 file changed
app/assets/stylesheets/components/session.css
@@ -139,8 +139,6 @@
139
padding: var(--spacing-4);
140
border: none;
141
border-radius: 999px;
142
- background: #d9480f;
143
- color: #ffffff;
144
font-size: var(--font-size-sm);
145
font-weight: var(--font-weight-semibold);
146
cursor: pointer;
@@ -149,6 +147,7 @@
149
147
150
148
.session-submit:hover {
151
background: #bf3f0c;
+ color: #ffffff;
152
box-shadow: var(--shadow-sm);
153
transform: translateY(-1px);
154
}
0 commit comments