Improved formatting in browser "reader view"

This commit is contained in:
Steven Engler
2024-04-18 02:03:02 -04:00
parent 3357424175
commit f546ccd6ff
3 changed files with 31 additions and 29 deletions

View File

@ -41,12 +41,14 @@ h1, h2, h3, h4, h5, h6 {
}
.heading-anchor {
/* this is used on an "aside" tag so that it's not shown in the browser's reader mode */
display: inline;
color: grey;
margin-left: 0.5em;
font-size: 0.75em;
}
.heading-anchor:hover {
.heading-anchor a:hover {
text-decoration: none;
}