-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
50 lines (40 loc) · 874 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
.distill-site-nav {
color: rgba(255, 255, 255, 1.0); /* text: white */
background-color: rgba(168, 159, 135, 1.0); /* background: egg */
}
.nav-dropdown .nav-dropbtn {
color: rgba(255, 255, 255, 1.0); /* text: white */
}
/* reduces spacing on lists from 1em to 0em */
d-article li {
margin-bottom: 0;
}
/* tweaks margins */
.html-widget {
margin-bottom: 5;
}
.nav-dropdown-content a:not([href]) {
font-weight: 600;
font-size: smaller;
background-color: white;
}
/* vega-embed */
/* protects tooltip spacing */
#vg-tooltip-element {
line-height: 1.0;
}
/* protects action links */
.vega-embed .vega-actions a {
font-weight: 400;
line-height: 1.0;
border-bottom: 0;
}
/* tweaks gallerywidget */
.gallerywidget-subtitle {
color: #333;
font-weight: 300;
}
/* helps to align bages in text */
img {
vertical-align: middle;
}