diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |