all repos — site @ 5525c34a114052c4de0107c3dc1c7665ad12bb15

source for my site, found at icyphox.sh

Better <code> inside <a>

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 17 Oct 2019 00:37:04 +0530
commit

5525c34a114052c4de0107c3dc1c7665ad12bb15

parent

66d0eef3e26f04e23770a2416b0433307ea896fe

2 files changed, 20 insertions(+), 0 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -88,6 +88,16 @@ background: #041b1e;

padding: 1px; } +a > code { + transition: all 200ms; + color: gray; +} + +a > code:hover { + color: #021012; + background: cyan; +} + .logo { width: 220px; }
M static/style.cssstatic/style.css

@@ -88,6 +88,16 @@ background: #041b1e;

padding: 1px; } +a > code { + transition: all 200ms; + color: gray; +} + +a > code:hover { + color: #021012; + background: cyan; +} + .logo { width: 220px; }