Skip to content

Commit 047b131

Browse files
author
Turbo
committed
Add new logo set
1 parent 32ba335 commit 047b131

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

src/assets/images/favicon-lg.png

-714 Bytes
Loading

src/assets/images/favicon.png

-16 Bytes
Loading

src/assets/images/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/full-logo.png

-19.5 KB
Loading

src/assets/images/full-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/square-logo.png

-41.7 KB
Loading

src/assets/images/square-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

src/styles/theme.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@ const theme = {};
22

33
// Color names that can be used in color, bg, and borderColor props
44
theme.colors = {
5-
primary: '#1890ff',
5+
// Brand
6+
primary: '#FF6D00',
7+
secondary: '#FF9800',
8+
9+
// Message
610
success: '#a0d911',
711
danger: '#f5222d',
812
warning: '#fadb14',
13+
info: '#1890ff',
14+
15+
// Basic
916
grey: '#8c8c8c',
1017
black: '#001F00',
11-
white: '#FFFFFF',
12-
oldPaper: '#F8ECC2',
18+
white: '#fdfdfc',
1319
};
1420

1521
// Array of viewport widths to use for min-width media queries - Mobile first
@@ -20,7 +26,7 @@ theme.maxRowWidth = [500, 700, 960, 1200]; // px
2026

2127
// Values for the fontFamily prop
2228
theme.fonts = {
23-
brand: 'Baumans',
29+
brand: 'Righteous',
2430
headline: '\'Alegreya Sans\', \'Times\', \'Georgia\'',
2531
body: '\'Roboto\', \'sans-serif\'',
2632
};

0 commit comments

Comments
 (0)