This repository was archived by the owner on Aug 27, 2024. It is now read-only.
generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcustom.css
More file actions
133 lines (111 loc) · 2.92 KB
/
custom.css
File metadata and controls
133 lines (111 loc) · 2.92 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/* stylelint-disable docusaurus/copyright-header */
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #248eff;
--ifm-color-primary-dark: #078fff;
--ifm-color-primary-darker: #0088f7;
--ifm-color-primary-darkest: #006cc6;
--ifm-color-primary-light: #47acff;
--ifm-color-primary-lighter: #55b2ff;
--ifm-color-primary-lightest: #81c6ff;
--ifm-color-secondary: #cacad2;
--ifm-color-secondary-dark: #9f9fac;
--ifm-color-secondary-darker: #9f9fac;
--ifm-color-secondary-darkest: #666675;
--ifm-color-secondary-light: #e9e9f0;
--ifm-color-secondary-lighter: #f4f4f7;
--ifm-color-secondary-lightest: #f4f4f7;
--ifm-color-warning: #ff970f;
--ifm-color-warning-dark: #db770a;
--ifm-color-warning-darker: #b75b07;
--ifm-color-warning-darkest: #934304;
--ifm-color-warning-light: #ffb84b;
--ifm-color-warning-lighter: #ffcd6f;
--ifm-color-warning-lightest: #ffe29f;
--ifm-code-font-size: 95%;
--ifm-color-gray-100: #e9edfa;
--ifm-color-gray-200: #d5daec;
--ifm-color-gray-300: #ccd1e3;
--ifm-color-gray-400: #a6aecb;
--ifm-color-gray-500: #8b95b8;
--ifm-color-gray-600: #575f82;
--ifm-color-gray-700: #444b6d;
--ifm-color-gray-800: #242b47;
--ifm-color-gray-900: #1d2338;
--ifm-navbar-shadow: 0 1px 2px 0 var(--ifm-color-primary);
--ifm-toc-border-color: var(--ifm-color-primary);
--ifm-global-spacing: 1.5rem;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.alert {
background-color: var(--ifm-alert-background-color) !important;
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: var(--ifm-color-gray-800);
}
html[data-theme='dark'] code {
background-color: var(--ifm-color-gray-800);
}
html[data-theme='dark'] main img[src$='.png'] {
background-color: white;
}
html[data-theme='dark'] {
--ifm-background-color: var(--ifm-color-gray-900);
--ifm-color-primary: #249cff;
--ifm-navbar-background-color: var(--ifm-color-gray-800);
}
.footer--dark {
background-color: var(--ifm-color-gray-800);
}
html[data-theme='dark'] .footer--dark {
background-color: var(--ifm-color-gray-800);
border-top: 1px solid var(--ifm-color-primary);
}
.navbar__brand img {
width: 110px;
height: auto;
margin-right: 10px;
margin-bottom: 5px;
}
html {
font-family: 'Inter';
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Bitter';
line-height: 110%;
}
h1 {
margin-top: 0.25rem;
}
p,
.theme-doc-markdown li {
font-size: 1.1rem;
line-height: 150%;
}
strong,
.navbar__title {
font-family: 'Bitter';
}
.navbar__title {
font-size: 1rem;
align-self: baseline;
margin-top: 8px;
}
nav.menu {
padding: 1rem;
}