Minor style tweaks

This commit is contained in:
Sasha Koshka 2022-09-19 17:55:20 -04:00 committed by emma
parent d03be3e9d9
commit 4326bafd9c
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
box-sizing: border-box;
color: #f0f0f0;
font-family: 'Ubuntu';
scrollbar-color: #8f2424 transparent;
scrollbar-color: #b81414 transparent;
}
*:focus {
@ -88,7 +88,7 @@ nav ul {
width: auto;
border: solid;
border-color: hsl(0, 80%, 40%);
border-radius: 1em;
border-radius: 0.5em;
padding: 0.5em;
margin: 0;
font-weight: bold;
@ -145,10 +145,10 @@ main {
background: hsl(0, 20%, 7%);
border: solid;
border-color: hsl(0, 80%, 40%);
border-radius: 1em;
border-radius: 0.5em;
display: flex;
margin: 1em 0;
padding: 0 1em;
padding: 0 0.5em;
}
.footer p {