Add more depth to .block

This commit is contained in:
2025-09-27 20:38:57 +03:00
parent 0b2498dc7f
commit 58e2e347bc
+4
View File
@@ -67,6 +67,7 @@ a {
transition: none !important;
display: inline-block;
transform: scale(.98) !important;
background-color: $mantle !important;
}
&.block {
@@ -74,6 +75,7 @@ a {
&:hover {
transform: scale(1.02) translateY(-.25rem);
background-color: $surface1;
}
}
}
@@ -137,6 +139,8 @@ footer {
}
&.green {
background-color: color.mix($surface0, $green, 60%);
&:hover { background-color: color.mix($surface1, $green, 60%); }
&:active { background-color: color.mix($mantle, $green, 60%) !important; }
}
& .header {