mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Update styling for subscribe buttons
This commit is contained in:
parent
94d116974b
commit
3c634d9f66
1 changed files with 8 additions and 2 deletions
|
@ -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 a new issue