We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a47fd commit f941060Copy full SHA for f941060
1 file changed
docs/stylesheets/theme.css
@@ -83,16 +83,16 @@
83
}
84
85
.home-header .md-button--primary {
86
- background-color: #ffffff;
87
- color: var(--md-primary-fg-color);
+ background: linear-gradient(80deg, #2E8B57 0%, #064E3B 85%, #064E3B 100%);
+ color: #ffffff;
88
box-shadow: var(--md-shadow-z2);
89
90
91
.home-header .md-button--primary:hover {
92
- background-color: #f5f5f5;
+ background-color: var(--md-primary-fg-color--dark);
93
box-shadow: var(--md-shadow-z3);
94
transform: translateY(-2px);
95
- color: #2E8B57;
96
97
98
.home-header .md-button.link-color {
0 commit comments