mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 02:28:44 +01:00
add stuff :3
This commit is contained in:
parent
42feec4d78
commit
981d23bc4a
1 changed files with 6 additions and 1 deletions
|
@ -678,7 +678,12 @@ background-color: #0000;
|
||||||
background-color: rgb(24, 26, 27);
|
background-color: rgb(24, 26, 27);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-info-pill-channelname:hover {
|
||||||
|
color: #f08;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.subscribe-button:hover {
|
.subscribe-button:hover {
|
||||||
background-color: rgb(24, 26, 27);
|
background-color: rgb(24, 26, 27);
|
||||||
background-image: linear-gradient(90deg, rgb(166, 30, 99), rgb(111, 88, 0), rgb(166, 30, 99), rgb(111, 88, 0));
|
background-image: linear-gradient(90deg, rgb(166, 30, 99), rgb(111, 88, 0), rgb(166, 30, 99), rgb(111, 88, 0));
|
||||||
|
|
Loading…
Reference in a new issue