forked from swoogles/zio-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (53 loc) · 1.05 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.grid-container {
display: grid;
grid-template-columns: auto auto;
/*background-color: #2196F3;*/
padding: 10px;
}
.grid-item {
/*background-color: rgba(255, 255, 255, 0.8);*/
/*border: 1px solid rgba(0, 0, 0, 0.8);*/
padding: 20px;
font-size: 30px;
text-align: center;
}
.slide.current {
/*background: unset;*/
/*background-color: #3b1;*/
/*Weird, don't think I actually want to do this. But you can.*/
/*background-image: url(ecosystem.svg);*/
}
.full-slide-svg{
}
/* Resize images */
.full-slide-image {
/*transform: scale(0.7);*/
}
header h1 {
/*color: #F2644F;*/
color: #AA70B7;
/*color: #462D81;*/
/*place-items: center;*/
/*text-align: center;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
}
div.slide p {
font-size: 36px;
}
li {
font-size: 36px;
}
body {
background-color: #000000;
}
.zorange {
color: #F2644F;
}
.slide header:only-child h1 {
/*color: #AA70B7;*/
/*color: #F2644F;*/
}
pre, .gist .gist-file .gist-data {
font-size: 22px;
}