Skip to content

Commit 89939ef

Browse files
chore(website): use new discord theme color (#2096)
1 parent fdc592b commit 89939ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ import LinterExample from "@/components/linter/example.md";
202202
</a>
203203
<a href="https://github.com/biomejs/biome" class="github">
204204
<Icon name="github" />
205-
<p>Github</p>
205+
<p>GitHub</p>
206206
</a>
207207
<a href="https://twitter.com/biomejs" class="x">
208208
<Icon name="x.com" />

website/src/styles/_overrides.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--sl-hue-blue: 210;
1616
--sl-community-link: #ffffff;
1717
--sl-perf-progress: #60a5fa;
18-
--sl-discord: #7289da;
18+
--sl-discord: #5865f2;
1919
--sl-mastodon: #6364ff;
2020
}
2121

@@ -35,7 +35,7 @@
3535
--sl-hue-blue: 234;
3636
--sl-community-link: #ffffff;
3737
--sl-perf-progress: #60a5fa;
38-
--sl-discord: #7289da;
38+
--sl-discord: #5865f2;
3939
--sl-mastodon: #6364ff;
4040
}
4141

@@ -140,4 +140,4 @@
140140

141141
.content-panel {
142142
overflow: hidden;
143-
}
143+
}

0 commit comments

Comments
 (0)