We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b135ea4 commit 73a6a40Copy full SHA for 73a6a40
3 files changed
assets/theme-css/styles.css
@@ -119,6 +119,10 @@ a > code {
119
cursor: pointer;
120
}
121
122
+.cta-button:hover {
123
+ color: var(--pst-color-link-hover);
124
+}
125
+
126
#feature-card {
127
height: 475px;
128
layouts/partials/hero-body.html
layouts/partials/hero.html
@@ -22,7 +22,7 @@
22
{{ end }}
23
{{ if $buttonText }}
24
<div class="hero-cta">
25
- <a href="{{ $buttonLink }}"><button class="cta-button">{{ $buttonText }}</button></a>
+ <a href="{{ $buttonLink }}"><button class="cta-button button">{{ $buttonText }}</button></a>
26
</div>
27
28
0 commit comments