fixed an inconsistency that i added by accident that was bothering me lol

This commit is contained in:
m455 2023-02-03 02:44:55 -05:00
parent 52682b18be
commit c1a4eccd92

View file

@ -14,7 +14,7 @@
nav a { margin-right: 10px } nav a { margin-right: 10px }
hr { border: 0; border-bottom: 1px solid black; margin-top: 16px } hr { border: 0; border-bottom: 1px solid black; margin-top: 16px }
th { text-align: left } th { text-align: left }
td { padding: 0em 1em 0 0; vertical-align: top; } td { padding: 0 1em 0 0; vertical-align: top; }
footer { font-size: small; text-align: right } footer { font-size: small; text-align: right }
/* permalinks */ /* permalinks */
h1 a[href^="#"]::after, h2 a[href^="#"]::after, h3 a[href^="#"]::after, h4 a[href^="#"]::after, h5 a[href^="#"]::after, h6 a[href^="#"]::after { content: "¶"; opacity: 0; margin-left: .5em; } h1 a[href^="#"]::after, h2 a[href^="#"]::after, h3 a[href^="#"]::after, h4 a[href^="#"]::after, h5 a[href^="#"]::after, h6 a[href^="#"]::after { content: "¶"; opacity: 0; margin-left: .5em; }