Skip to content

Commit dace68d

Browse files
moozziImTheKai
authored andcommitted
Unify login and registration buttons with others (hackorum-dev#82)
1 parent dbbf1b1 commit dace68d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/assets/stylesheets/components/session.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@
139139
padding: var(--spacing-4);
140140
border: none;
141141
border-radius: 999px;
142-
background: #d9480f;
143-
color: #ffffff;
144142
font-size: var(--font-size-sm);
145143
font-weight: var(--font-weight-semibold);
146144
cursor: pointer;
@@ -149,6 +147,7 @@
149147

150148
.session-submit:hover {
151149
background: #bf3f0c;
150+
color: #ffffff;
152151
box-shadow: var(--shadow-sm);
153152
transform: translateY(-1px);
154153
}

0 commit comments

Comments
 (0)