Skip to content

Commit 5e2db0e

Browse files
authored
patch: update the design based on new fodydev logo (#10)
This commit update the color scheme to match the new fodydev logo.
1 parent d410909 commit 5e2db0e

8 files changed

Lines changed: 83 additions & 6 deletions

File tree

assets/scss/_variables.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Ubuntu, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
77

88
--text-color: var(--black);
9-
--black: #000000;
9+
--black: #0f1724;
1010
--white: #ffffff;
1111
--link-color: var(--primary-600);
1212
--menu-link-color: var(--black);
@@ -17,11 +17,11 @@
1717
--container-width: 1200px;
1818
--content-width: 895px;
1919

20-
--primary-400: #5aa100;
21-
--primary-500: #4d8307;
22-
--primary-600: #03856f;
23-
--primary-700: #016554;
24-
--primary-800: #003c32;
20+
--primary-400: #1e8f3e;
21+
--primary-500: #1e8f3e;
22+
--primary-600: #1e293b;
23+
--primary-700: #0f1724;
24+
--primary-800: #081219;
2525

2626
--gray-200: #eaecf0;
2727
--gray-300: #e5e5e5;
@@ -39,3 +39,4 @@
3939
$desktop-width: calc(1200px + 25px + 25px);
4040
$min-desktop: 1000px;
4141
$mobile-max: 999px;
42+

static/apple-touch-icon.png

6.24 KB
Loading

static/favicon-32x32.ico

4.19 KB
Binary file not shown.

static/favicon.ico

924 Bytes
Binary file not shown.

static/favicon.svg

Lines changed: 76 additions & 0 deletions
Loading
-61.8 KB
Loading
-49.6 KB
Loading

static/img/fodydev.png

6.24 KB
Loading

0 commit comments

Comments
 (0)