From 55b38d88563f6642d71b25c927b96ad9c10094f0 Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Thu, 8 Feb 2024 16:05:41 +0100 Subject: [PATCH] . --- src/static/style.css | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/src/static/style.css b/src/static/style.css index 15a170a..1db0a0e 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -17,17 +17,14 @@ a { background-position: right; /* Center the image */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; /* Resize the background image to cover the entire container */ - background-color: #effaefd2; - -} + background-color: #d5dbd5e1; + } #docs-app nav { color: #a9ac01; font-weight: 300; } - - #docs-app aside { background-color: #454645; color: #ffffff; @@ -38,27 +35,14 @@ a { color: #ffffff; } - #docs-app aside a { color: #ffffff; } - - #docs-app aside a:hover, #docs-app aside button:hover { - color: #009100; - + color: #797979; } - -#sidebar-footer { - background-color: #FF4900; /*Whatever color you want goes here, but in Hexadecimal form*/ - color: #1122cc; /*The color of your font also goes here, but in hexadecimal form*/ -} - - - - /* #docs-app #docs-sidebar-right { margin-top: 0;