There was an error while loading. Please reload this page.
1 parent a861f93 commit 86f1666Copy full SHA for 86f1666
1 file changed
website/theme/components/Hero.module.scss
@@ -1,7 +1,6 @@
1
.hero {
2
--hero-title: #111214;
3
- --hero-title-muted: #747474;
4
- --hero-text: #707174;
+ --hero-text: #848484;
5
--hero-primary-bg: #111214;
6
--hero-primary-bg-hover: #383838;
7
--hero-primary-text: #fff;
@@ -23,8 +22,7 @@
23
22
24
:global(.dark) .hero {
25
--hero-title: #f5f5f5;
26
- --hero-title-muted: #9a9a9a;
27
- --hero-text: #a1a3a6;
+ --hero-text: #9a9a9a;
28
--hero-primary-bg: #f2f2f2;
29
--hero-primary-bg-hover: #fff;
30
--hero-primary-text: #111214;
@@ -86,7 +84,7 @@
86
84
}
87
85
88
.subtitle {
89
- color: var(--hero-title-muted);
+ color: var(--hero-text);
90
91
92
.description {
@@ -152,7 +150,7 @@
152
150
153
151
&:hover {
154
color: var(--hero-secondary-text);
155
- border-color: var(--hero-title-muted);
+ border-color: var(--hero-text);
156
background: var(--hero-secondary-bg-hover);
157
158
0 commit comments