Added Letterboxd

This commit is contained in:
Kieran
2022-06-13 19:03:09 +01:00
parent 22c6e7518a
commit 3200aa243d
3 changed files with 28 additions and 0 deletions

View File

@ -608,3 +608,13 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
/* Letterboxd */
.button.button-letterboxd {
color: #ffffff;
background-color: #2c3440;
}
.button.button-yt:hover,
.button.button-yt:focus {
filter: brightness(90%);
}