Show date on hover
This commit is contained in:
parent
b5229bc579
commit
629796b128
1 changed files with 9 additions and 0 deletions
9
app.css
9
app.css
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue