Skip to content

Commit b887be4

Browse files
committed
style: tune website blue accent colors
1 parent 0b98ada commit b887be4

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

docs/.vitepress/theme/style.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
:root {
2+
--vp-c-brand-1: #005cc5;
3+
--vp-c-brand-2: #1f6fd1;
4+
--vp-c-brand-3: #79b8ff;
5+
--vp-c-brand-soft: rgba(0, 92, 197, 0.14);
6+
27
--vp-home-hero-name-color: transparent;
38
--vp-home-hero-name-background: -webkit-linear-gradient(
49
120deg,
5-
#5f8fd1 30%,
6-
#1f4594
10+
#79b8ff 30%,
11+
#005cc5
712
);
813
--vp-home-hero-image-background-image: linear-gradient(
914
-45deg,
10-
#5f8fd1 50%,
11-
#1f4594 50%
15+
#79b8ff 50%,
16+
#005cc5 50%
1217
);
1318
--vp-home-hero-image-filter: blur(44px);
1419

@@ -17,6 +22,13 @@
1722
"Liberation Mono", "Courier New", monospace;
1823
}
1924

25+
.dark {
26+
--vp-c-brand-1: #79b8ff;
27+
--vp-c-brand-2: #a5d6ff;
28+
--vp-c-brand-3: #005cc5;
29+
--vp-c-brand-soft: rgba(121, 184, 255, 0.18);
30+
}
31+
2032
@media (min-width: 640px) {
2133
:root {
2234
--vp-home-hero-image-filter: blur(56px);

0 commit comments

Comments
 (0)