Skip to content

Commit 8ff2c83

Browse files
author
Susan Vanderplas
committed
Update css, remove mastodon and bluesky links
1 parent 5ad8fa4 commit 8ff2c83

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

_quarto.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ book:
3939
- icon: github
4040
href: "https://github.com/srvanderplas"
4141
aria-label: GitHub
42-
- icon: mastodon
43-
href: "https://datavis.social/%40srvanderplas"
44-
aria-label: Mastodon
45-
- icon: bluesky
46-
href: "https://%40srvanderplas.bsky.social"
47-
aria-label: Bluesky
4842
comments:
4943
giscus:
5044
repo: srvanderplas/stat-computing-r-python

build_deps/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
/*____Code Chunks____*/
2+
.sr-only {
3+
border: 0;
4+
clip: rect(0,0,0,0);
5+
height: 1px;
6+
margin: -1px;
7+
overflow: hidden;
8+
padding: 0;
9+
position: absolute;
10+
width: 1px;
11+
}
12+
13+
/* https://stackoverflow.com/questions/5990223/how-to-set-alink-height-width-with-css */
14+
/* https://www.w3.org/TR/selectors-4/#relational */
15+
16+
a:has(>i){
17+
display: block;
18+
min-width: 24px;
19+
min-height: 24px;
20+
}
21+
222

323
.sourceCode pre {
424
margin: 0 !important; /* makes space above and below symmetrical*/

0 commit comments

Comments
 (0)