This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user