Merge pull request #56 from Syralist/flickr

added flickr icon and stub
This commit is contained in:
Seth Cottle
2022-06-08 20:17:46 -04:00
committed by GitHub
3 changed files with 16 additions and 0 deletions

View File

@ -212,6 +212,16 @@ button:hover,
filter: brightness(90%);
}
/* Flickr */
.button.button-flickr {
color: #ffffff;
background-color: #000000;
}
.button.button-flickr:hover,
.button.button-flickr:focus {
filter: brightness(90%);
}
/* Github */
.button.button-github {
color: #ffffff;