-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
61 lines (40 loc) · 850 Bytes
/
global.css
File metadata and controls
61 lines (40 loc) · 850 Bytes
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
/*@font-face {
fon-family: 'meslo';
src: url('Meslo.ttf') format('truetype'),
} */
@font-face {
font-family: 'Hubot Sans';
src:
url('~assets/fonts/Hubot-Sans.woff2') format('woff2 supports variations'),
url('~assets/fonts/Hubot-Sans.woff2') format('woff2-variations');
font-weight: 200 900;
font-stretch: 75% 125%;
}
/*
:root {
/*(https://colorhunt.co/palette/404258474e6850577a6b728e*//*
--bg: #222831;
--bg2: #393E46;
--highlight: #FFD369;
--font: #EEEEEE;
}
*/
/* ATOM */
:root {
--bg : #282c34 ;
--bg2: #20252a ;
--border : #191b1f;
--green : #98c378;
--yellow : #E5C07B;
--red :#E06C75;
--gray: #AAB2BF;
--pink: #C678DD;
--cyan: #56B6C2;
--blue: #61AFEF;
--hover:#2f333d;
}
body {
font-family: 'Hubot Sans';
color : var(--gray);
background-color: var(--bg);
}