-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
65 lines (40 loc) · 747 Bytes
/
custom.css
File metadata and controls
65 lines (40 loc) · 747 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca|Montserrat&display=swap');
/* Give headers playfair font */
h1 {
font-family: 'Lexend Deca', sans-serif;
color: #88398a;
}
:root {
--sidebar-background-color: #f1ecf5; /* Make sidebar blue */
}
h2{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.1rem;
color: #555;
text-transform: uppercase;
}
h3{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #88398a;
}
a {
color: #095a95;
}
a:hover {
text-decoration: underline dotted;
}
.aside ul {
padding-left: 0.2rem;
}
.decorator::after {
background-color: #8f4591;
}
b::title{
color: #88398a;
font-weight: 600;
}
p::title {
text-align: justify;
}