Skip to content

Commit 88181a8

Browse files
committed
fix banner button styles
1 parent e515aec commit 88181a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/themes.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ body.docs .navbar .navbar-item.getting-started-cta .navbar-link:active {
131131

132132
body.docs .banner .button .banner-link {
133133
background: var(--banner-background-color);
134-
color: var(--banner-text-color);
134+
/* color: var(--banner-text-color); */
135135
}
136136

137-
body.docs .banner .button .banner-link:hover {
137+
/* body.docs .banner .button .banner-link:hover {
138138
background: rgba(var(--banner-hover-color));
139-
}
139+
} */
140140

141141
body.docs .banner .button .banner-link:active {
142142
background: rgba(var(--banner-background-color));

0 commit comments

Comments
 (0)