-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublish.css
More file actions
74 lines (63 loc) · 1.69 KB
/
publish.css
File metadata and controls
74 lines (63 loc) · 1.69 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
72
73
74
@font-face {
font-family: 'iA Writer Quattro';
src: url('https://deploy.compsigh.club/fonts/iAWriterQuattroS-Regular.woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'iA Writer Quattro';
src: url('https://deploy.compsigh.club/fonts/iAWriterQuattroS-Italic.woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'iA Writer Quattro';
src: url('https://deploy.compsigh.club/fonts/iAWriterQuattroS-Bold.woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'iA Writer Quattro';
src: url('https://deploy.compsigh.club/fonts/iAWriterQuattroS-BoldItalic.woff2');
font-weight: 700;
font-style: italic;
font-display: swap;
}
body {
--accent-h: 038;
--accent-s: 100%;
--accent-l: 50%;
--font-text-theme: 'iA Writer Quattro', sans-serif;
--font-interface: 'iA Writer Quattro', sans-serif;
--line-height-normal: 2;
--h1-line-height: 1.2 !important;
--h2-line-height: 1.2 !important;
--h3-line-height: 1.2 !important;
--h4-line-height: 1.2 !important;
--h5-line-height: 1.2 !important;
--h6-line-height: 1.2 !important;
--h1-size: 1.6em !important;
--h2-size: 1.2em !important;
--h3-size: 1.1em !important;
}
.theme-dark {
--background-primary: #060505;
--text-normal: #ffeccc;
}
.theme-light {
--text-normal: #060505;
--accent-h: 38;
--accent-s: 100%;
--accent-l: 0%;
--text-on-accent: white;
}
div.site-footer {
display: none;
}
.published-container .markdown-rendered h1,
.published-container .markdown-rendered h2 {
border-bottom: none;
}