Skip to content

Commit e6ceaf2

Browse files
committed
style(website): use logo purple as primary color
1 parent d21d466 commit e6ceaf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/css/site.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--border: #e1e4e8;
88
--code-bg: #f6f8fa;
99
--code-text: #24292e;
10-
--link: #0969da;
10+
--link: #6d28d9;
1111
--table-header-bg: #f6f8fa;
1212
--sidebar-bg: #f5f5f7;
1313
--header-bg: rgba(255, 255, 255, 0.8);
@@ -23,7 +23,7 @@
2323
--border: #38383a;
2424
--code-bg: #2c2c2e;
2525
--code-text: #f2f2f7;
26-
--link: #4da3ff;
26+
--link: #a78bfa;
2727
--table-header-bg: #2c2c2e;
2828
--sidebar-bg: #161618;
2929
--header-bg: rgba(28, 28, 30, 0.8);
@@ -37,7 +37,7 @@ html.light {
3737
--border: #e1e4e8;
3838
--code-bg: #f6f8fa;
3939
--code-text: #24292e;
40-
--link: #0969da;
40+
--link: #6d28d9;
4141
--table-header-bg: #f6f8fa;
4242
--sidebar-bg: #f5f5f7;
4343
--header-bg: rgba(255, 255, 255, 0.8);
@@ -50,7 +50,7 @@ html.dark {
5050
--border: #38383a;
5151
--code-bg: #2c2c2e;
5252
--code-text: #f2f2f7;
53-
--link: #4da3ff;
53+
--link: #a78bfa;
5454
--table-header-bg: #2c2c2e;
5555
--sidebar-bg: #161618;
5656
--header-bg: rgba(28, 28, 30, 0.8);

0 commit comments

Comments
 (0)