forked from jolars/jolars.co
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
46 lines (38 loc) · 851 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
a {
text-decoration: none;
}
.quarto-title-meta-contents .quarto-title-meta-buttons a {
color: white !important;
}
ul.publication-list {
/* padding-left: 1rem; */
/* list-style-type: none; /* Remove bullets */
/* padding: 0; /* Remove padding */
/* margin: 0; /* Remove margins */
list-style: none;
padding-left: 0;
display: table;
}
ul.publication-list li::before {
content: "•";
display: table-cell;
padding-right: 0.4em;
}
ul.publication-list li::after {
content: "";
display: block;
margin-bottom: 0.5em;
}
ul.publication-list li {
display: table-row;
}
.gslide-media {
background-color: white;
}
.gslide-image img {
padding: 20px 20px 0px 20px;
}
/* TODO: remove once quarto 1.5 is out */
#title-block-header.quarto-title-block.default .quarto-title-meta {
grid-template-columns: repeat(2, 1fr);
}