forked from midou/invidious
Update styling for subscribe buttons
This commit is contained in:
parent
94d116974b
commit
3c634d9f66
@ -22,8 +22,14 @@ div {
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-button-primary {
|
a.pure-button-primary {
|
||||||
background: rgba(0, 182, 240, 1);
|
background-color: #a0a0a0;
|
||||||
|
color: rgba(35, 35, 35, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
a.pure-button-primary:hover {
|
||||||
|
background-color: rgba(0, 182, 240, 1);
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user