Lighten up dark buttons.

This commit is contained in:
Leo
2024-05-31 11:25:45 -05:00
parent bb89c13dbc
commit 92461c03bc

View File

@@ -34,6 +34,10 @@
background-color: $orange-600; background-color: $orange-600;
} }
} }
&-dark:hover {
background-color: $gray-800; // Lighten dark button a bit
}
} }
// Outline buttons // Outline buttons