From 9a5582f953a432c52e11fa6a0b3e4e1afb40c868 Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:20:18 -0700 Subject: [PATCH] General fixes to submenu. Fixes the submenu not sticking to the top of the page + fixed a few coloring issues on the blog page. --- public/css/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index b92884d..40ab950 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -190,7 +190,7 @@ height: 25px; width: 100%; top: 36px; - position: relative; + position: fixed; background: linear-gradient(#000 10%, #191919 100%); } .subMenu { @@ -433,7 +433,7 @@ html { src: url('Helvetica.ttf') format('truetype'),; font-style: normal; height: 100%; - color: white; + color: #000; background-color: #cccccc; } @@ -469,6 +469,10 @@ body { flex-wrap: nowrap; } +.arkotcontainer { + color: #fff; +} + .content { color: black; min-height: 550px;