mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-22 13:37:24 +00:00
Format CSS
This commit is contained in:
parent
394952a86a
commit
7ed4485717
@ -1,5 +1,5 @@
|
|||||||
.channel-owner {
|
.channel-owner {
|
||||||
background-color: #008BEC;
|
background-color: #008bec;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
@ -63,7 +63,8 @@ div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.pure-button-primary,
|
button.pure-button-primary,
|
||||||
a.pure-button-primary, .channel-owner:hover {
|
a.pure-button-primary,
|
||||||
|
.channel-owner:hover {
|
||||||
background-color: #a0a0a0;
|
background-color: #a0a0a0;
|
||||||
color: rgba(35, 35, 35, 1);
|
color: rgba(35, 35, 35, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user