Skip to content

Commit f941060

Browse files
committed
style(theme): update primary button for home
1 parent 38a47fd commit f941060

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/stylesheets/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@
8383
}
8484

8585
.home-header .md-button--primary {
86-
background-color: #ffffff;
87-
color: var(--md-primary-fg-color);
86+
background: linear-gradient(80deg, #2E8B57 0%, #064E3B 85%, #064E3B 100%);
87+
color: #ffffff;
8888
box-shadow: var(--md-shadow-z2);
8989
}
9090

9191
.home-header .md-button--primary:hover {
92-
background-color: #f5f5f5;
92+
background-color: var(--md-primary-fg-color--dark);
9393
box-shadow: var(--md-shadow-z3);
9494
transform: translateY(-2px);
95-
color: #2E8B57;
95+
color: #ffffff;
9696
}
9797

9898
.home-header .md-button.link-color {

0 commit comments

Comments
 (0)