]> Lady’s Gitweb - Blog/commitdiff
Underline code inside of links
authorLady <redacted>
Sun, 14 May 2023 04:39:43 +0000 (21:39 -0700)
committerLady <redacted>
Sun, 14 May 2023 04:42:06 +0000 (21:42 -0700)
style.css

index fa9c463bcbfada07b8fff4b7e15fa7cdf51abebd..23beacdb8adb119df04801e0f7ff75f85c6b0e11 100644 (file)
--- 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 }
This page took 0.032058 seconds and 4 git commands to generate.