-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.css
More file actions
44 lines (38 loc) · 656 Bytes
/
main.css
File metadata and controls
44 lines (38 loc) · 656 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
44
#container {
max-width: 1200px;
margin: 0 auto;
padding: 0 10px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
line-height: 1.4;
}
#efms,
#text,
#result {
display: block;
margin: 10px;
width: 90%;
}
pre,
#efms,
#text,
#result {
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
font-size: 14px;
line-height: 1.2;
}
#error {
margin: 10px;
color: red;
}
.label {
font-size: 18px;
font-weight: bold;
}
#container .github-fork-ribbon:before {
background-color: #090;
}
#title a,
#title a:visited {
color: inherit;
text-decoration: none;
}