This commit is contained in:
Mark Liang 2019-01-18 16:09:17 +08:00
parent 01105a0a98
commit de0a1ddcaa
4 changed files with 188 additions and 180 deletions

View file

@ -132,6 +132,14 @@ a {
flex-shrink: 0;
}
.delete:hover {
opacity: 0.7;
}
footer li:hover {
text-decoration: underline;
}
#password-msg::after {
content: '\200b';
}