feat: slightly darken card backgrounds
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user