Show date on hover

This commit is contained in:
Mikołaj Pich 2018-06-14 19:19:31 +02:00
parent b5229bc579
commit 629796b128

View file

@ -135,6 +135,15 @@ a {
justify-content: space-between;
}
.button span[id$="date"] {
color: transparent;
transition: 0.3s color;
}
.button:hover span[id$="date"] {
color: #fff;
}
.footer {
margin-top: 30px;
text-align: center;