-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (41 loc) · 803 Bytes
/
style.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
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
text-transform: none;
font-family: "BIZ UDPGothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1.title {
font-weight: bold;
}
h2 {
font-weight: bold;
}
.reveal .slide {
font-family: "BIZ UDPGothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
sup {
font-size: 70% !important;
}
sub {
font-size: 70% !important;
}
.reveal section img {
margin: auto;
border: none;
width: auto;
height: auto;
max-height: 560px;
}
.reveal pre {
font-size: 1em !important;
box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3) !important;
}
.reveal ul {
line-height: 150%;
}
.reveal ol {
line-height: 150%;
}