extremely minor changes

This commit is contained in:
biglyderv 2025-03-16 18:31:44 -04:00
parent 0fc0313767
commit 7e267b4a43
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 26 additions and 19 deletions

View file

@ -42,14 +42,14 @@ body {
top: -200px;
color: var(--main-4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.75));
font-size: 0.8em;
overflow-y: scroll;
}
.item-img,
.item-desc,
.item {
width: max(155px,calc(var(--width) / 3 - 11px));
width: max(155px, calc(var(--width) / 3 - 11px));
height: 200px;
object-fit: cover;
overflow: hidden;
@ -75,14 +75,18 @@ table {
}
.item-a {
font-weight: bold;
text-decoration: underline;
color: inherit;
margin-top: 5px;
display: block;
font-size: 1.5em;
}
.item-a,
.link {
font-weight: bold;
text-decoration: underline;
color: inherit;
}
.item-ico {
object-fit: contain;
}
@ -96,4 +100,16 @@ table {
.art {
float: right;
}
}
.item-marked p::marker {
display: inline;
content: "- ";
font-size: 1.2em;
font-weight: bold;
}
.item-marked p {
display: list-item;
margin-left: 1.8em;
}