Added Unsplash button

This commit is contained in:
Artur Shamsutdinov
2023-01-03 14:35:35 +05:00
parent 94dc878a3f
commit 03045c31d0
3 changed files with 18 additions and 0 deletions

View File

@ -761,3 +761,13 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
/* Unsplash */
.button.button-unsplash {
color: #000000;
background-color: #ffffff;
}
.button.button-unsplash:hover,
.button.button-unsplash:focus {
filter: brightness(90%);
}