mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-08-03 11:48:05 -04:00
Added "X"
👎
This commit is contained in:
parent
57e61be9cd
commit
093aaa0a29
3 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue