From c728f3c45948842b8736ef74592b4603132c049c Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 11 Feb 2022 23:32:31 -0700 Subject: [PATCH] shortcodes: add decorations to hover-able links --- layouts/shortcodes/gh-hovercard-include-end.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/shortcodes/gh-hovercard-include-end.html b/layouts/shortcodes/gh-hovercard-include-end.html index 6c95d01..1a1189f 100644 --- a/layouts/shortcodes/gh-hovercard-include-end.html +++ b/layouts/shortcodes/gh-hovercard-include-end.html @@ -15,6 +15,7 @@ .gh-hover-icon.open { filter: invert(56%) sepia(47%) saturate(665%) hue-rotate(77deg) brightness(99%) contrast(83%); } .gh-hover-icon.closed { filter: invert(50%) sepia(95%) saturate(3977%) hue-rotate(336deg) brightness(95%) contrast(90%); } .gh-hover-icon.merged { filter: invert(47%) sepia(17%) saturate(4072%) hue-rotate(228deg) brightness(95%) contrast(89%); } + .gh-hover { border-bottom: dotted; }