Skip to content

Commit afd7f38

Browse files
committed
feat: update website color
Signed-off-by: lennartrommeiss <[email protected]>
1 parent 322185d commit afd7f38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/sass/_variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ body {
77
--bs-light-rgb: 219, 224, 229;
88
--pagefind-ui-scale: 1;
99
--pagefind-ui-text: #000;
10-
--link-default: #BA3D12;
11-
--link-hovered: #8F2501;
10+
fe --link-default: #4c81c1;
11+
--link-hovered: #2e5687;
1212
--link-special: #000000;
1313
--bg-default: #FFFFFF;
14-
--bg-neutral: #EBE9E1;
15-
--bg-accent: #FFD900;
16-
--bg-accent2: #DABA00;
17-
--bg-accent3: #fff284;
14+
--bg-neutral: #d9dff7;
15+
--bg-accent: #d3edf8;
16+
--bg-accent2: #ff6266;
17+
--bg-accent3: #ff6266;
1818
--color-onDark: #FFFFFF;
1919
--color-onLight: #000000;
2020
--color-table-border: #5B5B5B;

0 commit comments

Comments
 (0)