-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
55 lines (46 loc) · 946 Bytes
/
theme.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
/* @theme theme */
@charset "UTF-8";
@import 'gaia';
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Roboto+Mono:400,700&display=swap');
@import '~highlight.js/styles/sunburst';
h1 {
border-bottom: ;
font-size:32pt;
}
header {
left: ;
right: 50px;
top: ;
height: 50px;
background-image: ;
background-position: right top;
background-repeat: repeat;
background-size: ;
text-align:left;
color: ;
font-weight: ;
font-size:;
}
footer {
left: ;
right: ;
top: ;
height: ;
background-image: ;
background-position: right top;
background-repeat: repeat;
background-size: ;
text-align:left;
color: ;
font-weight: ;
font-size:;
}
section::before {
display: block;
content: url('https://marp.app/assets/marp.svg');
width: 150px;
height: auto;
position: absolute;
right: 20px;
top: 10px;
}