Minor style tweaks

This commit is contained in:
Sasha Koshka 2022-09-19 17:55:20 -04:00
parent a425f13530
commit 4ed5a52374
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 {
@ -76,7 +76,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;
@ -135,10 +135,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 {