add redbubble style and svg

This commit is contained in:
Joel Wetzell
2022-09-22 13:25:19 -05:00
parent b01f209660
commit a40a9846c2
3 changed files with 21 additions and 0 deletions

View File

@ -174,6 +174,19 @@ button:hover,
filter: brightness(90%);
}
/* Redbubble */
.button.button-redbubble {
color: #e41321;
border-style: solid;
border-color: #e41321;
border-width: 2px;
background-color: #ffffff;
}
.button.button-redbubble:hover,
.button.button-redbubble:focus {
filter: brightness(90%);
}
/* Facebook */
.button.button-faceb {
color: #ffffff;