From: Lady Date: Sun, 14 May 2023 04:39:43 +0000 (-0700) Subject: Underline code inside of links X-Git-Url: https://git.ladys.computer/Blog/commitdiff_plain/fed274adda95583e3f8fa0dd8a86570a0309b09d Underline code inside of links --- diff --git a/style.css b/style.css index fa9c463..23beacd 100644 --- a/style.css +++ b/style.css @@ -39,6 +39,7 @@ code{ Display: Inline-Block; Border: Thin Solid; Border-Radius: .25CH; Padding-I pre>code,pre>code.hljs{ Display: Block; Border: /* to match the Shades of Purple theme */ #2D2B57 Outset; Padding-Block: 1EM; Padding-Inline: 2CH; Color: /* to match the Shades of Purple theme */ #E3DFFF; Background: /* to match the Shades of Purple theme */ #2D2B57; Font-Size: .75REM } p{ Margin-Block: .5EM } :Any-Link{ Color: #3AE6B5 } +:Any-Link code{ Text-Decoration: Underline } main :Any-Link{ Color: #1F7D63 } main>footer :Any-Link{ Color: Inherit; Font-Style: Italic } main small{ Color: #700020 }