Update theme
All checks were successful
Build release image / build (push) Successful in 1m17s

This commit is contained in:
yehor
2025-10-07 22:58:30 +03:00
parent 756312021a
commit 727906d461
4 changed files with 23 additions and 5 deletions

View File

@@ -22,14 +22,18 @@
}
.featureSvg {
height: 100px;
width: 100px;
height: 60px;
width: 60px;
}
.featureSvg path {
fill: var(--ifm-link-color) !important;
}
.featureBlock:hover .featureSvg path {
opacity: 0.7;
}
.featureLink {
display: contents;
color: unset;
@@ -43,4 +47,8 @@
.featureLink:visited {
text-decoration: none;
color: unset;
}
.featureLink p {
color: var(--ifm-color-secondary-contrast-foreground);
}