File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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*/
You can’t perform that action at this time.
0 commit comments