diff --git a/home/static/css/style.css b/home/static/css/style.css index a925d420776c9794439be293c18eba4496bcbc42..57cba4eaed0f564c9c6f7cd2beda74c1e115253c 100644 --- a/home/static/css/style.css +++ b/home/static/css/style.css @@ -4,6 +4,7 @@ --color_bg_2: #26263c; --color_bg_3: #39395c; --color_sep: #eb811b; + --color_header: #e7e7e7; } html, body { @@ -40,7 +41,7 @@ header { } header > * { - color: #ddd; + color: var(--color_header); } header h1, header h1 a, header h1 a:visited, header h1 a:active { @@ -104,7 +105,7 @@ nav { display: flex; justify-content: center space-around; background-color: var(--color_bg_2); - color: white; + color: var(--color_header); margin: 0; padding: 0 20px; border-bottom: 6px solid var(--color_bg_1); @@ -113,7 +114,7 @@ nav { nav a { padding: 5px; font-size: 20px; - color: white; + color: var(--color_header); text-decoration: none; text-emphasis: bold; width: 100%; @@ -534,7 +535,7 @@ footer { bottom: 0; width: 100%; text-align: center; - color: white; + color: var(--color_header); display: flex; background-color: var(--color_bg_1); border-top: 5px solid var(--color_bg_2); diff --git a/home/static/imgs/logo.png b/home/static/imgs/logo.png index 8bef669ccd2f5d69a2fdf0592458cc772e68ce6c..a3f0d5c3ff66910a773f5bb7b83d09ba192f8f00 100644 Binary files a/home/static/imgs/logo.png and b/home/static/imgs/logo.png differ