From c3dbbb6b57c61bc3c3b47e4f4a23ba664ba3c2cd Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 28 Oct 2022 22:10:02 +0100 Subject: [PATCH] Update CSS. --- infnet.css | 78 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/infnet.css b/infnet.css index e434a48..8dbc29c 100644 --- a/infnet.css +++ b/infnet.css @@ -1,71 +1,75 @@ .sidebar { -height: 100%; -width: 150px; -position: absolute; -left: 0; -top: 0; -padding-top: 40px; -background-color: lightgray; + height: 100%; + width: 250px; + position: absolute; + left: 0; + top: 0; + padding-top: 40px; + background-color: lightgray; + text-align: center; } .sidebar div { -padding: 8px; -font-size: 24px; -display: block; + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 24px; + display: block; } -.body-text { -margin-left: 150px; -font-size: 18px; +.title { + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 32px; } body { - font-family: Roboto, sans-serif; - background-color: #262626; + font-family: Roboto, sans-serif; + background-color: #262626; } h1 { - font-family: Roboto, sans-serif; - font-size: 24px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 24px; + color: #ffffff; } h2 { - font-family: Roboto, sans-serif; - font-size: 22px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 22px; + color: #ffffff; } h3 { - font-family: Roboto, sans-serif; - font-size: 20px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 20px; + color: #ffffff; } h4 { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; } h5 { - font-family: Roboto, sans-serif; - font-size: 16px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 16px; + color: #ffffff; } p { - font-family: Roboto, sans-serif; - font-size: 16px; - color: #ffffff; + font-family: Roboto, sans-serif; + font-size: 16px; + color: #ffffff; } code { - font-size: 14px; - color: #ffffff; + font-size: 14px; + color: #ffffff; } a { - font-family: Roboto, sans-serif; - color: #ffffff; + font-family: Roboto, sans-serif; + color: #000000; + text-decoration: none; }