added flickr icon and stub

This commit is contained in:
Thomas Helmke
2022-06-05 12:13:34 +02:00
parent 9923aa2ce3
commit bf988f63b1
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;