feat: update store call-to-action with new support options and styling

This commit is contained in:
CNCKitchen
2026-03-23 09:26:01 +01:00
parent 11de141fb0
commit 0cff3f8d10
3 changed files with 17 additions and 9 deletions
+8
View File
@@ -250,6 +250,14 @@ main {
background: var(--accent-hover);
transform: translateY(-1px);
}
#store-cta a {
color: #fff;
text-decoration: underline;
text-underline-offset: 2px;
}
#store-cta a:hover {
opacity: 0.85;
}
.store-cta-hidden {
display: none !important;
}