Merge pull request #70 from jesb1n/main

This commit is contained in:
Seth Cottle
2022-11-05 01:11:01 -04:00
committed by GitHub
3 changed files with 16 additions and 0 deletions

View File

@ -651,3 +651,13 @@ button:hover,
.button.button-letterboxd:focus {
filter: brightness(90%);
}
/* hashnode */
.button.button-hashnode {
color: #323335;
background-color: #ffffff;
}
.button.button-hashnode:hover,
.button.button-hashnode:focus {
filter: brightness(90%);
}