feat: slightly darken card backgrounds
This commit is contained in:
@@ -40,8 +40,19 @@ homepage:
|
||||
html {
|
||||
font-size: 18px;
|
||||
}
|
||||
li.service div {
|
||||
@apply bg-stone-200/20;
|
||||
ul#myTab {
|
||||
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: ""
|
||||
kubernetes.yaml: |
|
||||
|
||||
Reference in New Issue
Block a user