Minor style tweaks

This commit is contained in:
Sasha Koshka 2022-09-19 17:55:20 -04:00 committed by Sasha Koshka
parent 618fb7d1d7
commit ed8d13cf43
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 {
@ -84,7 +84,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;
@ -140,10 +140,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 {