This commit is contained in:
Niklas Barning
2021-09-27 11:05:47 +02:00
parent 1055963732
commit 3be840817f
3 changed files with 21 additions and 0 deletions

View File

@ -301,3 +301,11 @@ button:hover,
.button.button-wordpress:hover,
.button.button-wordpress:focus {
filter: brightness(90%) }
/* Xing */
.button.button-xing {
color: #FFFFFF;
background-color: #026466 }
.button.button-xing:hover,
.button.button-xing:focus {
filter: brightness(90%) }