forked from justankiit/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (40 loc) · 1.04 KB
/
styles.css
File metadata and controls
45 lines (40 loc) · 1.04 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
@font-face {
font-family: 'Helvetica Thin';
src: url('/fonts/Helvetica-Thin.woff2') format('woff2'),
url('/fonts/Helvetica-Thin.woff') format('woff'),
url('/fonts/Helvetica-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
body, p, span, a, li, language-* {
font-family: 'Helvetica Thin', Arial, sans-serif;
font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica Thin', Arial, sans-serif;
font-weight: 100;
}
.topbar -cta-button {
background-color: #753fcc; /* Button background color */
color: #ffffff; /* Button text color */
}
.topbarCtaButton a {
background-color: #753fcc; /* Button background color */
color: #ffffff !important; /* Button text color */
border: none;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
}
.dark .dark-only {
display: block;
}
.dark .light-only {
display: none;
}
.light-only {
display: block;
}
.dark-only {
display: none;
}