„css/brands.css“ ändern
This commit is contained in:
parent
6e22aa1f71
commit
ccc09f9887
@ -84,7 +84,7 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Apple MCSC */
|
||||
/* MCSC */
|
||||
.button.button-mcsc {
|
||||
color: #6c2bd9;
|
||||
background-color: #ffffff;
|
||||
@ -94,6 +94,15 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Work */
|
||||
.button.button-instagram {
|
||||
color: #ffffff;
|
||||
background-image: linear-gradient(-135deg, #120967, #1d6ff5, #b61dff);
|
||||
}
|
||||
.button.button-instagram:hover,
|
||||
.button.button-instagram:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user