mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
Added "X"
👎
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user