draft torrent info page with related features #11

This commit is contained in:
ghost 2023-10-07 01:27:11 +03:00
parent 21ffd8aa01
commit 387acb59b6
7 changed files with 349 additions and 5 deletions

View file

@ -99,6 +99,12 @@ a.label-green:hover {
background-color: #65916d;
}
.button {
border: transparent 1px solid;
border-radius: 3px;
padding: 8px;
}
.button-green {
color: #fff;
background-color: #65916d;
@ -206,8 +212,12 @@ a:visited.background-color-hover-night-light:hover {
cursor: help;
}
.font-width-normal {
font-weight: normal;
.font-weight-normal {
font-weight: normal
}
.font-weight-200 {
font-weight: 200
}
.font-size-10 {