Merge pull request #15 from olinpin/branch

hover underline for links
This commit is contained in:
2022-11-02 15:03:20 +01:00
committed by GitHub

View File

@@ -133,6 +133,13 @@ body {
font-weight: bold; font-weight: bold;
} }
.tweet-nickname:hover {
color: white;
text-decoration: underline;
font-weight: bold;
}
.tweet-username { .tweet-username {
color: white; color: white;
text-decoration: none; text-decoration: none;