-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (37 loc) · 739 Bytes
/
style.css
File metadata and controls
43 lines (37 loc) · 739 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
33
34
35
36
37
38
39
40
41
42
43
* {
font-weight: 300 !important;
font-family: sans-serif;
/* padding: 0; */
/* margin: 0; */
}
b {
font-weight: 600 !important;
color: rgb(43, 153, 226);
}
pre {
border: 1px solid gainsboro;
background-color: rgba(220, 220, 220, 0.349);
width: 50%;
padding: 0px;
}
.divider {
/* border-bottom: 2px dashed rgb(43, 153, 226); */
width: 100vw;
}
.bg:nth-of-type(odd) {
padding: 20px;
/* margin-bottom: 10px; */
margin: 10px;
background-color: rgb(237, 248, 248);
}
.bg:nth-of-type(even) {
padding: 20px;
margin: 10px;
background-color: rgb(243, 239, 239);
}
.responsive {
/* max-width: 100%; */
width: auto;
max-height: 400px;
display: block;
}