-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathcustom.css
More file actions
32 lines (28 loc) · 860 Bytes
/
custom.css
File metadata and controls
32 lines (28 loc) · 860 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
/* 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: #1bb9be;
--ifm-color-primary-dark: #18a6ab;
--ifm-color-primary-darker: #159498;
--ifm-color-primary-darkest: #128185;
--ifm-color-primary-light: #31c0c4;
--ifm-color-primary-lighter: #48c7cb;
--ifm-color-primary-lightest: #5fced1;
--ifm-code-font-size: 95%;
}
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
@media screen and (max-width: 400px) {
.hero__title {
font-size: 2.2rem;
}
}