add redbubble style and svg
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user