1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix <ins> looking like a hyperlink

This commit is contained in:
Rohan Kumar 2022-05-28 14:22:52 -07:00
parent 1d44bc382d
commit 4c5d8483bd
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -252,6 +252,12 @@ kbd {
font-weight: bold;
}
/* <ins> should not be mistaken for hyperlinks. */
ins {
text-decoration: none;
font-style: italic;
}
/* narrow screens: remove unused figure margins
* figure captions shouldn't look like regular paragraphs; there should
* be some extra space.