We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e515aec commit 88181a8Copy full SHA for 88181a8
src/css/themes.css
@@ -131,12 +131,12 @@ body.docs .navbar .navbar-item.getting-started-cta .navbar-link:active {
131
132
body.docs .banner .button .banner-link {
133
background: var(--banner-background-color);
134
- color: var(--banner-text-color);
+ /* color: var(--banner-text-color); */
135
}
136
137
-body.docs .banner .button .banner-link:hover {
+/* body.docs .banner .button .banner-link:hover {
138
background: rgba(var(--banner-hover-color));
139
-}
+} */
140
141
body.docs .banner .button .banner-link:active {
142
background: rgba(var(--banner-background-color));
0 commit comments