diff options
author | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-10-23 17:29:55 -0400 |
---|---|---|
committer | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-10-23 17:29:55 -0400 |
commit | a2fdb8a97b3210017b27c8a08908e18618bec6b4 (patch) | |
tree | adce04ed86d166d61128afc1a8ca0db49275d0e0 /app.css | |
parent | 8aa8398fba4916ced1b793a7ca7e8574fc7ff98e (diff) | |
download | homer-a2fdb8a97b3210017b27c8a08908e18618bec6b4.tar.gz homer-a2fdb8a97b3210017b27c8a08908e18618bec6b4.tar.zst homer-a2fdb8a97b3210017b27c8a08908e18618bec6b4.zip |
Add the option to style tags
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -165,6 +165,8 @@ body { | |||
165 | overflow: hidden; | 165 | overflow: hidden; |
166 | transition: all 0.2s ease-out; | 166 | transition: all 0.2s ease-out; |
167 | padding: 0; } | 167 | padding: 0; } |
168 | body .tag .tag-text { | ||
169 | display: none; } | ||
168 | body .card { | 170 | body .card { |
169 | border-radius: 5px; | 171 | border-radius: 5px; |
170 | border: none; | 172 | border: none; |
@@ -178,6 +180,8 @@ body { | |||
178 | width: auto; | 180 | width: auto; |
179 | color: #ffffff; | 181 | color: #ffffff; |
180 | padding: 0 0.75em; } | 182 | padding: 0 0.75em; } |
183 | body .card:hover .tag .tag-text { | ||
184 | display: block; } | ||
181 | body .card-content { | 185 | body .card-content { |
182 | height: 85px; | 186 | height: 85px; |
183 | padding: 1.3rem; } | 187 | padding: 1.3rem; } |