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
2 files changed,
20 insertions(+),
0 deletions(-)
M
build/static/style.css
→
build/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.css
→
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; }