From a2fdb8a97b3210017b27c8a08908e18618bec6b4 Mon Sep 17 00:00:00 2001 From: pdevq <45507854+pdevq@users.noreply.github.com> Date: Wed, 23 Oct 2019 17:29:55 -0400 Subject: Add the option to style tags --- app.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app.css') diff --git a/app.css b/app.css index 8a97742..61b10c9 100644 --- a/app.css +++ b/app.css @@ -165,6 +165,8 @@ body { overflow: hidden; transition: all 0.2s ease-out; padding: 0; } + body .tag .tag-text { + display: none; } body .card { border-radius: 5px; border: none; @@ -178,6 +180,8 @@ body { width: auto; color: #ffffff; padding: 0 0.75em; } + body .card:hover .tag .tag-text { + display: block; } body .card-content { height: 85px; padding: 1.3rem; } -- cgit v1.2.3