From cb28bd682d51082844c3a024526ec934b26c68ee Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 1 Jul 2022 06:52:41 -0400 Subject: [PATCH] css fixing pt. 1 --- assets/TiB.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/TiB.css b/assets/TiB.css index 2c2d505..02b3910 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -16,12 +16,11 @@ } body { - background-color: black; + background-color: black; font-family: 'Ubuntu'; color: white; - max-width: 800px; + max-width: 95%; text-align: justify; - margin: 2em auto; } footer { @@ -69,12 +68,12 @@ a:visited { } a:hover { - color: red; + color: red; text-decoration: underline; } a:active { - color: red; + color: red; text-decoration: underline; } @@ -95,4 +94,4 @@ ul { * * You should have received a copy of the GNU General Public License * along with TiB.css. If not, see . - */ + */