General fixes to submenu.

Fixes the submenu not sticking to the top of the page + fixed a few coloring issues on the blog page.
This commit is contained in:
tersiswilvin 2022-08-11 02:20:18 -07:00
parent 532d9f3467
commit 9a5582f953
1 changed files with 6 additions and 2 deletions

View File

@ -190,7 +190,7 @@
height: 25px; height: 25px;
width: 100%; width: 100%;
top: 36px; top: 36px;
position: relative; position: fixed;
background: linear-gradient(#000 10%, #191919 100%); background: linear-gradient(#000 10%, #191919 100%);
} }
.subMenu { .subMenu {
@ -433,7 +433,7 @@ html {
src: url('Helvetica.ttf') format('truetype'),; src: url('Helvetica.ttf') format('truetype'),;
font-style: normal; font-style: normal;
height: 100%; height: 100%;
color: white; color: #000;
background-color: #cccccc; background-color: #cccccc;
} }
@ -469,6 +469,10 @@ body {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.arkotcontainer {
color: #fff;
}
.content { .content {
color: black; color: black;
min-height: 550px; min-height: 550px;