From 1361d2fd153cadde4c9d2196e63542e3efb48b45 Mon Sep 17 00:00:00 2001 From: sashakoshka Date: Mon, 19 Sep 2022 17:55:20 -0400 Subject: [PATCH] Minor style tweaks --- assets/TiB.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/TiB.css b/assets/TiB.css index f56b9b3..f2e8238 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -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 {