Merge pull request #1422 from ae-utbm/fix-login-button

fix: login button background-color
This commit is contained in:
thomas girod
2026-06-05 00:31:36 +02:00
committed by GitHub
+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;
}
}