From 4c5d8483bdbc345c0f9fbada6f7631760a0652a0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 28 May 2022 14:22:52 -0700 Subject: [PATCH] Fix looking like a hyperlink --- assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index fffab2b..a2d9da4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -252,6 +252,12 @@ kbd { font-weight: bold; } +/* 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.