mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
Improvements owowowowowo
This commit is contained in:
parent
2ad37784d4
commit
c7c868b3db
1 changed files with 15 additions and 2 deletions
|
@ -151,7 +151,7 @@ a {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
padding: 4.5px;
|
padding: 4.5px;
|
||||||
background: #1c1c1c;
|
background: #0009;
|
||||||
margin-right: -13px;
|
margin-right: -13px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
@ -163,7 +163,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-buttons.pill {
|
.video-info-buttons.pill {
|
||||||
background: #1c1c1c;
|
background: #0009;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
@ -206,6 +206,19 @@ a {
|
||||||
border-style: solid;
|
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 {
|
.video > .thumbnail > .video-length {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
background-color: #0008;
|
background-color: #0008;
|
||||||
|
|
Loading…
Reference in a new issue