-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (34 loc) · 663 Bytes
/
style.css
File metadata and controls
42 lines (34 loc) · 663 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
body {
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: black;
color: whitesmoke;
}
main {
padding: 0.2em;
display: flex;
flex-wrap: wrap;
}
main>div {
padding: 0.5em 1em;
}
#currentSlides>li {
padding: 0.2em 0.2em;
margin-bottom: 1em;
}
#libraryList {
background: rgba(255, 255, 255, 0.1);
padding: 0.5em 2.5em;
}
#library {
display: none;
}
#libraryList>li {
color: lightcyan;
font-weight: bold;
}
li.active {
font-weight: bold;
}
.bold {
font-weight: bold;
}