mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-10-11 12:48:42 -04:00
Added WhatsApp
This commit is contained in:
parent
3ed158cb35
commit
dc6a3a222a
3 changed files with 28 additions and 0 deletions
|
@ -302,6 +302,14 @@ button:hover,
|
|||
.button.button-youtube:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* WhatsApp */
|
||||
.button.button-whatsapp {
|
||||
color: #FFFFFF;
|
||||
background-color: #455A64 }
|
||||
.button.button-whatsapp:hover,
|
||||
.button.button-whatsapp:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Wordpress */
|
||||
.button.button-wordpress {
|
||||
color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue