Update style.mini

This commit is contained in:
Eslyium 2020-09-04 19:43:31 -04:00 committed by GitHub
parent 6d44a2f90a
commit be9da2e025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
body {
background-color: #020202;
background-image: url(/assets/wall.jpg);
background-image: url('wall.jpg');
background-position: top;
background-repeat: no-repeat;
background-size: contain;
@ -245,6 +245,12 @@ body>div.list div h tag.approval {
float: none;
}
body>div.list div h tag.approval.active {
background: #8aa67d;
color: #FFF;
margin-top: -4px;
}
body>div.list div h tag+tag {
margin-left: 10px
}
@ -280,6 +286,15 @@ body>div.list div t svg.icon {
margin: 0 5px 0 0
}
body>div.list div l {
display: block;
margin-left: 8px;
border-left: 2px solid rgba(0, 0, 0, .3);
padding-left: 10px;
line-height: 22px;
font-family: "Space Mono";
}
body>div.list div f {
display: block;
height: 17px;