fix up UI

This commit is contained in:
biglyderv 2025-02-10 20:25:30 -05:00
parent 155fc68dfe
commit 272cb06f28
Signed by: biglyderv
GPG key ID: 1398543B9746192C
3 changed files with 11 additions and 9 deletions

View file

@ -6,7 +6,7 @@
--primary-light: rgb(255, 230, 200);
--elem-width: min(800px, 90vw);
--elem-height: 300px;
--border-radius: 15px;
--border-radius: 8px;
--font: system-ui, sans-serif;
color: var(--white);
background: var(--black);
@ -113,8 +113,8 @@ pre {
border-radius: var(--border-radius);
color: var(--white);
padding: .5rem;
margin-bottom: .5rem;
margin-top: .5rem;
margin-bottom: .1rem;
margin-top: .1rem;
text-decoration: none
}
@ -238,3 +238,7 @@ iframe {
margin-bottom: -50px;
}
.date {
font-size: 0.8em;
}