mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:14:38 -05:00
Improvements owowowowowo
This commit is contained in:
parent
46ea13a01b
commit
d042dec13f
1 changed files with 15 additions and 2 deletions
|
@ -151,7 +151,7 @@ a {
|
|||
clear: both;
|
||||
margin-top: 18px;
|
||||
padding: 4.5px;
|
||||
background: #1c1c1c;
|
||||
background: #0009;
|
||||
margin-right: -13px;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
|
@ -163,7 +163,7 @@ a {
|
|||
}
|
||||
|
||||
.video-info-buttons.pill {
|
||||
background: #1c1c1c;
|
||||
background: #0009;
|
||||
border-radius: 16px;
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
|
@ -206,6 +206,19 @@ a {
|
|||
border-style: solid;
|
||||
}
|
||||
|
||||
.subscribe-button {
|
||||
color: red;
|
||||
margin: auto;
|
||||
background: white;
|
||||
border-radius: 2em;
|
||||
margin-right: 6px;
|
||||
text-transform: initial;
|
||||
}
|
||||
|
||||
.subscribe-button > a {
|
||||
color:black
|
||||
}
|
||||
|
||||
.video > .thumbnail > .video-length {
|
||||
font-size: smaller;
|
||||
background-color: #0008;
|
||||
|
|
Loading…
Reference in a new issue