-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
58 lines (58 loc) · 1.08 KB
/
index.css
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
body {
background: #222;
color: white;
font-family: helvetica neue;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3 {
font-weight: 200;
}
h4 {
color: #ccc;
font-weight: 400;
}
hr {
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
border: 0;
height: 1px;
}
.predicted-theme {
background: black;
border: 1px solid white;
border-radius: 20px;
display: inline-block;
margin: 10px;
padding: 10px;
width: 457px;
}
.editor-wrapper {
background: #333;
display: inline-block;
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Inconsolata", 'Courier New', monospace;
font-size: 10pt;
font-weight: normal;
padding: 8px;
text-align: left;
width: 400px;
}
.star {
background: none;
border: none;
color: #999;
cursor: pointer;
font-size: 18pt;
margin: 0;
outline: none;
padding: 0;
}
.star.gold {
color: goldenrod;
}
li {
color: #6f6f6f;
list-style-type: none;
font-size: 10pt;
font-weight: 400;
}