Update brands-extended.css
This commit is contained in:
parent
1f6a2d8377
commit
0f66444c4d
1 changed files with 10 additions and 10 deletions
|
@ -456,6 +456,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Peertube */
|
||||||
|
.button.button-peertube {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #FCE8DB;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
}
|
||||||
|
.button.button-peertube:hover,
|
||||||
|
.button.button-peertube:focus {
|
||||||
|
filter: brightness(90%) }
|
||||||
|
|
||||||
/* Pixelfed */
|
/* Pixelfed */
|
||||||
.button.button-pixelfed {
|
.button.button-pixelfed {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -475,16 +485,6 @@ button:hover,
|
||||||
.button.button-playstation:focus {
|
.button.button-playstation:focus {
|
||||||
filter: brightness(90%) }
|
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 */
|
/* Qobuz */
|
||||||
.button.button-qobuz {
|
.button.button-qobuz {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue