Added "X"

👎
This commit is contained in:
Seth Cottle 2023-07-31 10:36:04 -04:00
parent 57e61be9cd
commit 093aaa0a29
3 changed files with 19 additions and 2 deletions

View file

@ -911,7 +911,7 @@ button:hover,
filter: brightness(90%);
}
/* Twitter */
/* Twitter (archiving soon, see 'X') */
.button.button-twit {
color: #ffffff;
background-color: #1da1f2;
@ -1025,6 +1025,17 @@ button:hover,
filter: brightness(90%);
}
/* X */
.button.button-x {
color: #FFFFFF;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-x:hover,
.button.button-x:focus {
filter: brightness(90%);
}
/* Xing */
.button.button-xing {
color: #ffffff;