-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
66 lines (56 loc) · 923 Bytes
/
stylesheet.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
59
60
61
62
63
64
65
66
@font-face {
font-family: Helvetica Black;
src: url(./fonts/Helvetica_Black.woff);
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
font-family: fredoka one;
color: #204f00;
-webkit-text-stroke: 0.05em pink;
}
p, a, li {
font-family: 'Helvetica Black';
/*color: #AA98A9;*/
}
.canvas {
display: block;
top: 0;
left: 0;
position: fixed;
z-index: -100;
}
canvas {
width: 100%;
height: 100%;
}
#glcanvas {
width: 100%;
}
div.title {
margin: auto;
background-color: #ffffff1a;
border: solid 2px white;
}
div.entry {
margin: auto;
background-color: #ffffff1a;
border: solid 2px white;
}
li.entry {
margin: auto;
background-color: #ffffff1a;
border: solid 2px white;
margin-bottom: 1em;
}
/*
#mastofeed {
display: block;
width: 100vw;
height: 50vh;
max-width: 100%;
margin: 0;
padding: 0;
border: 0 none;
box-sizing: border-box;
scrollbar-width: none;
}*/