feat: slightly darken card backgrounds

This commit is contained in:
2026-03-06 11:08:34 -06:00
parent 2f578f0d23
commit e6bea30e62

View File

@@ -40,8 +40,19 @@ homepage:
html { html {
font-size: 18px; font-size: 18px;
} }
li.service div { ul#myTab {
@apply bg-stone-200/20; background-color: rgba(240, 230, 215, 0.12) !important;
color: white !important;
}
li.service div.service-card,
li.bookmark a.rounded-md {
color: white !important;
background-color: rgba(240, 230, 215, 0.12) !important;
transition: all 150ms ease !important;
}
li.service div.service-card:hover,
li.bookmark a.rounded-md:hover {
background-color: rgba(240, 230, 215, 0.18) !important;
} }
docker.yaml: "" docker.yaml: ""
kubernetes.yaml: | kubernetes.yaml: |