From ecd46d56fec616b6f4377aa856043c232aff7b82 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Mon, 15 Aug 2022 10:48:08 -0700 Subject: [PATCH] add colors that pop out to stylesheet --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 57bafd5..3227124 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,7 +6,7 @@ } a { text-decoration: none; - color: #f3ccc3; + color: #CC0C40; } } @@ -17,7 +17,7 @@ } a { text-decoration: none; - color: #da644a; + color: #CC0C49; } } @@ -48,7 +48,7 @@ footer { /* For header.html */ #nav { - background-color: #da644a; + background-color: #800080; } #nav-button { @@ -58,7 +58,7 @@ footer { } #nav-button:hover { - background-color: #e69886; + background-color: #CC0C49; } /* For author.html */