mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix <ins> looking like a hyperlink
This commit is contained in:
parent
1d44bc382d
commit
4c5d8483bd
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue