fix up UI
This commit is contained in:
parent
155fc68dfe
commit
272cb06f28
3 changed files with 11 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue