]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.css
Add the option to style tags
[github/bastienwirtz/homer.git] / app.css
diff --git a/app.css b/app.css
index 8a9774249f35426439b2886eb9136288fdc6d1e2..61b10c9e7aa9925d77724e204fda1d1e1e8b1675 100644 (file)
--- 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; }