Add cursor to <abbr> (#27)

This commit is contained in:
Thomas Rettig 2021-12-12 09:22:18 +08:00 committed by GitHub
parent 6c1ea493f0
commit 99e5a824d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,10 @@ main#content hr {
background: #d8d8d8;
}
main#content abbr {
cursor: help;
}
/* index.html styles */
main#content ul#posts {
list-style-type: none;