From f47684584a01a41be711e06a598c335c82e2b923 Mon Sep 17 00:00:00 2001 From: Uncledaviss Date: Thu, 16 May 2024 09:31:26 +0200 Subject: [PATCH] fix --- global/global.css | 10 +++++----- templates/skeleton.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/global/global.css b/global/global.css index e7ae01c..11a0f89 100644 --- a/global/global.css +++ b/global/global.css @@ -134,7 +134,7 @@ nav { .dropdown-content { display: none; position: absolute; - background-color: #f9f9f9; + background-color: #575757; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; @@ -143,7 +143,7 @@ nav { /* Style the links inside the dropdown */ .dropdown-content a { float: none; - color: black; + color: rgb(255, 255, 255); padding: 12px 16px; text-decoration: none; display: block; @@ -159,8 +159,8 @@ nav { /* Add a grey background to dropdown links on hover */ .dropdown-content a:hover { - background-color: #ddd; - color: black; + background-color: #5d3e3e; + color: rgb(211, 211, 211); } /* Show the dropdown menu when the user moves the mouse over the dropdown button */ @@ -169,7 +169,7 @@ nav { } main { - background-color: #eeeeee; + background-color: #313131; } .topnav.responsive .dropdown-content { diff --git a/templates/skeleton.html b/templates/skeleton.html index f0bdc43..002cb71 100644 --- a/templates/skeleton.html +++ b/templates/skeleton.html @@ -1,5 +1,5 @@ - +