Skip to content

Commit 86f1666

Browse files
committed
fix
1 parent a861f93 commit 86f1666

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

website/theme/components/Hero.module.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.hero {
22
--hero-title: #111214;
3-
--hero-title-muted: #747474;
4-
--hero-text: #707174;
3+
--hero-text: #848484;
54
--hero-primary-bg: #111214;
65
--hero-primary-bg-hover: #383838;
76
--hero-primary-text: #fff;
@@ -23,8 +22,7 @@
2322

2423
:global(.dark) .hero {
2524
--hero-title: #f5f5f5;
26-
--hero-title-muted: #9a9a9a;
27-
--hero-text: #a1a3a6;
25+
--hero-text: #9a9a9a;
2826
--hero-primary-bg: #f2f2f2;
2927
--hero-primary-bg-hover: #fff;
3028
--hero-primary-text: #111214;
@@ -86,7 +84,7 @@
8684
}
8785

8886
.subtitle {
89-
color: var(--hero-title-muted);
87+
color: var(--hero-text);
9088
}
9189

9290
.description {
@@ -152,7 +150,7 @@
152150

153151
&:hover {
154152
color: var(--hero-secondary-text);
155-
border-color: var(--hero-title-muted);
153+
border-color: var(--hero-text);
156154
background: var(--hero-secondary-bg-hover);
157155
}
158156
}

0 commit comments

Comments
 (0)