-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_brand.yml
More file actions
71 lines (63 loc) · 1.86 KB
/
_brand.yml
File metadata and controls
71 lines (63 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
color:
palette:
yellow: "#fabe53"
white: "#ffffff"
red: "#bf3830"
red-light: "#cc6059"
red-dark: "#992d26"
gray-100: "#dedfe0"
gray-200: "#bcbfc1"
gray-300: "#9b9ea1"
gray-400: "#797e82"
gray-500: "#585e63"
gray-600: "#464b4f"
gray-700: "#35383b"
gray-800: "#232628"
gray-900: "#121314"
typography:
fonts:
- family: Source Sans Pro
source: google
- family: Roboto Slab
source: google
- family: Cascadia Code
source: google
base:
family: Source Sans Pro
headings:
family: Roboto Slab
# monospace:
# family: Cascadia Code
defaults:
bootstrap:
defaults:
# General text color
body-font-color: $brand-gray-800
# General links
link-font-color: $brand-red
link-font-color-hover: $brand-red-light
link-font-color-active: $brand-red-dark
# Navbar styles
navbar-font-family: Roboto Slab
navbar-background-color: $brand-yellow
navbar-font-color: $brand-gray-800
navbar-font-color-hover: $brand-gray-800
navbar-font-color-active: $brand-gray-800
navbar-decoration-color-hover: $brand-gray-800
navbar-decoration-color-active: $brand-gray-800
# Footer styles
footer-background-color: $brand-gray-600
footer-font-color: $brand-gray-100
footer-link-color: $brand-gray-100
footer-link-color-hover: $brand-white
# Sidebar
sidebar-font-color: $brand-gray-600
sidebar-link-font-color: $brand-gray-600
sidebar-link-font-color-hover: $brand-gray-300
sidebar-link-font-color-active: $brand-gray-900
sidebar-link-text-decoration: underline
sidebar-link-text-decoration-thickness: 1px
sidebar-code-color: $brand-gray-600
# Pagination links
pagination-font-color: $brand-gray-800
pagination-font-color-hover: $brand-gray-600