mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
Added Threads
Also updated Untappd branding to be more accessible.
This commit is contained in:
@@ -848,6 +848,17 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Threads */
|
||||
.button.button-threads {
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
border: 1px solid #FFFFFF;
|
||||
}
|
||||
.button.button-threads:hover,
|
||||
.button.button-threads:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Threema */
|
||||
.button.button-threema {
|
||||
color: #000000;
|
||||
@@ -923,7 +934,7 @@ button:hover,
|
||||
|
||||
/* Untappd */
|
||||
.button.button-untappd {
|
||||
color: #ffffff;
|
||||
color: #000000;
|
||||
background-color: #ffc000;
|
||||
}
|
||||
.button.button-untappd:hover,
|
||||
|
||||
Reference in New Issue
Block a user