-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyles.css
53 lines (44 loc) · 995 Bytes
/
styles.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
/* css styles */
main, p{
font-size: 1.1rem !important;
}
.callout.callout-style-default .callout-body {
font-size: 1.2rem;
font-weight: 400;
}
:root {
/*colors*/
--primary: #6896a8;
--soft-primary: #b3c8d3;
--light-primary: #e0e8ed;
--blue: #195365;
--light-blue: #8d9ca9;
--red: #e73f0c;
--grey: #b5bfc5;
--light-grey: #dae0e3;
--very-light-grey: #f0f3f4;
--dark-grey: #6A6F73;
--very-dark-grey: #575757;
}
div.quarto-post .thumbnail img {
width: 100%;
object-fit: contain;
max-height: 150px;
}
.quarto-listing-category.category-cloud{
font-family: 'News Cycle';
background: #f0f3f4;
border-radius: 10%;
}
.quarto-title-banner {
margin-bottom: 1em;
color: #6896a8;
background: var(--primary);
}
a{
color: var(--dark-grey);
}
b, strong {
color: var(--dark-grey);
font-weight: bolder;
}