forked from rage/java-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremark.css
More file actions
28 lines (23 loc) · 646 Bytes
/
Copy pathremark.css
File metadata and controls
28 lines (23 loc) · 646 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
code {
font-family: 'Roboto Mono', monospace;
}
.gatsby-highlight {
margin-bottom: 2rem;
}
.gatsby-highlight pre {
border-radius: 10px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.gatsby-highlight code.language-text {
padding: 0.2rem !important;
margin-right: 0.4rem;
padding-left: 0.4rem !important;
}
.gatsby-highlight code, .gatsby-highlight pre {
background-color: white !important;
}
:not(pre) > code[class*='language-'] {
background-color: rgb(243, 243, 243) !important;
color: rgb(20, 20, 20) !important;
white-space: pre-wrap;
}