Restore underlines for linked code

Fixes #1143
This commit is contained in:
Hadley Wickham 2022-11-21 08:47:39 -06:00
parent 1477dd6fd3
commit 44d978decc
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ code {
color: #373a3c;
}
code a:any-link {
text-decoration: underline;
text-decoration-color: #ccc;
}
pre {
background-image: linear-gradient(160deg,#f8f8f8 0,#f1f1f1 100%);
}