mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:18:23 +01:00
new video lenght!!!
This commit is contained in:
parent
a6e667d224
commit
9b7975c38d
1 changed files with 20 additions and 0 deletions
|
@ -384,3 +384,23 @@ nav .right img {
|
|||
width: 30px;
|
||||
border-radius: 50%
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "PokeTube Flex";
|
||||
src: url("https://p.poketube.fun/https://raw.githubusercontent.com/oomfiee/oomfiee.github.io/Senpai/css/robotoflex.ttf");
|
||||
font-style: normal;
|
||||
font-stretch: 1% 800%;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.video > .thumbnail > .video-length {
|
||||
font-size: smaller;
|
||||
background-color: #0008;
|
||||
color: #fff;
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
font-family: PokeTube Flex;
|
||||
font-stretch: 100%;
|
||||
font-weight: 600;
|
||||
}
|
Loading…
Reference in a new issue