From 58e2e347bc5c7dc74e8281d5cfa2e3dee8b5e858 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 27 Sep 2025 20:38:57 +0300 Subject: [PATCH] Add more depth to .block --- static/style/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style/main.scss b/static/style/main.scss index 368128a..fcdab09 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -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 {