Migrated from LittleLink Core
This commit is contained in:
parent
ba52705126
commit
4cbb40eec6
10 changed files with 181 additions and 0 deletions
|
@ -142,6 +142,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* BeReal */
|
||||
.button.button-bereal {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-bereal:hover,
|
||||
.button.button-bereal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Big Cartel */
|
||||
.button.button-bigcartel {
|
||||
color: #ffffff;
|
||||
|
@ -175,6 +186,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Clubhouse */
|
||||
.button.button-clubhouse {
|
||||
color: #1F1F1A;
|
||||
background-color: #F1EFE3;
|
||||
border: 1px solid #212121;
|
||||
}
|
||||
.button.button-clubhouse:hover,
|
||||
.button.button-clubhouse:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Codepen */
|
||||
.button.button-codepen {
|
||||
color: #000000;
|
||||
|
@ -240,6 +262,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Guilded */
|
||||
.button.button-guilded {
|
||||
color: #000000;
|
||||
background-color: #F5C400;
|
||||
}
|
||||
.button.button-guilded:hover,
|
||||
.button.button-guilded:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Gumroad */
|
||||
.button.button-gumroad {
|
||||
background-color:#000000;
|
||||
|
@ -404,6 +436,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Partiful */
|
||||
.button.button-partiful {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border: 1px solid #FFFFFF;
|
||||
}
|
||||
.button.button-partiful:hover,
|
||||
.button.button-partiful:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Pixelfed */
|
||||
.button.button-pixelfed {
|
||||
color: #000000;
|
||||
|
@ -423,6 +466,16 @@ button:hover,
|
|||
.button.button-playstation:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Post.news */
|
||||
.button.button-post-news {
|
||||
color: #ffffff;
|
||||
background-color: #678BFF;
|
||||
}
|
||||
.button.button-post-news:hover,
|
||||
.button.button-post-news:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Qobuz */
|
||||
.button.button-qobuz {
|
||||
color: #ffffff;
|
||||
|
@ -434,6 +487,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* QQ */
|
||||
.button.button-qq {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.button.button-qq:hover,
|
||||
.button.button-qq:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ravelry */
|
||||
.button.button-ravelry {
|
||||
color: #000000;
|
||||
|
@ -464,6 +528,16 @@ button:hover,
|
|||
.button.button-roll20:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Skoob */
|
||||
.button.button-skoob {
|
||||
color: #ffffff;
|
||||
background-color: #3189c8;
|
||||
}
|
||||
.button.button-skoob:hover,
|
||||
.button.button-skoob:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* SpaceHey */
|
||||
.button.button-spacehey {
|
||||
color: #FFFFFF;
|
||||
|
@ -495,6 +569,17 @@ button:hover,
|
|||
.button.button-vero:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* VRChat */
|
||||
.button.button-vrchat {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.button.button-vrchat:hover,
|
||||
.button.button-vrchat:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* WIP */
|
||||
.button.button-wip {
|
||||
color: #000000;
|
||||
|
@ -544,4 +629,14 @@ button:hover,
|
|||
.button.button-xbox:hover,
|
||||
.button.button-xbox:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Xing */
|
||||
.button.button-xing {
|
||||
color: #ffffff;
|
||||
background-color: #026466;
|
||||
}
|
||||
.button.button-xing:hover,
|
||||
.button.button-xing:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue