-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstilos.scss
116 lines (87 loc) · 1.43 KB
/
stilos.scss
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/*-- scss:defaults --*/
/*-- scss:rules --*/
.callout {
background-color: #FFFFFF;
}
.callout-caption {
color: $body-color;
}
.title-colors {
background: linear-gradient(to right, #F4EBE7 0%, #F4EBE7 50%, #FEF1F6 50%, #FEF1F6 100%),
linear-gradient(to right, #E5ECF2 0%, #E5ECF2 50%, #E7E0DC 50%, #E7E0DC 100%);
background-size: 100% 50%;
background-position: center top, center bottom;
background-repeat: no-repeat;
}
.spring {
color: #54671B;
a {
color: #E6AE3E;
}
a:hover {
color: #EC9E74;
}
h1, h2, h3 {
color: #E54470;
}
.slide-background-content {
background-color: #F4EBE7;
}
pre code {
background-color: #F4EBE7;
}
}
.summer {
color: #017C96;
a {
color: #FFB400;
}
a:hover {
color: #D69700;
}
h1, h2, h3 {
color: #C85900;
}
.slide-background-content {
background-color: #FEF1F6;
}
pre code {
background-color: #FEF1F6;
}
}
.fall {
color: #64291F;
a {
color: #E45932;
}
a:hover {
color: #C04B2A;
}
h1, h2, h3 {
color: #981108;
}
.slide-background-content {
background-color: #E7E0DC;
}
pre code {
background-color: #E7E0DC;
}
}
.winter {
color: #1A314E;
a {
color: #3A90C4;
}
a:hover {
color: #1E85C4;
}
h1, h2, h3 {
color: #26689E;
}
.slide-background-content {
background-color: #E5ECF2;
}
pre code {
background-color: #E5ECF2;
}
}