From e463223e15ff95ba58726ddf7b652a1a9cd41059 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 31 Jan 2022 18:43:17 +0100 Subject: Fix doc submenus states, doc links hover, split page & global ToC --- src/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input.css b/src/input.css index 1f4e978..f842bc1 100755 --- a/src/input.css +++ b/src/input.css @@ -91,7 +91,7 @@ p > code, p > strong > code, li > code, li > strong > code { } .page-content a { - @apply font-semibold text-garage-orange border-b hover:border-garage-gray border-garage-orange bg-transparent hover:bg-garage-orange hover:text-white hover:rounded-sm hover:no-underline duration-150 transition; + @apply font-semibold text-garage-orange border-b border-garage-orange hover:text-red-500 hover:border-red-500 transition-all duration-500; } .page-content img { -- cgit v1.2.3