fix: login button background-color

This commit is contained in:
imperosol
2026-06-04 17:58:16 +02:00
parent a26e06216e
commit cf31182429
+2 -2
View File
@@ -123,7 +123,7 @@ $background-color-hovered: #283747;
justify-content: center;
}
>.button {
a.button {
box-sizing: border-box;
height: 35px;
background-color: transparent;
@@ -139,7 +139,7 @@ $background-color-hovered: #283747;
font-size: .9em;
width: 120px;
&:hover {
&:not(.link-like):not(:disabled):hover {
background-color: $background-color-hovered;
}
}