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:
parent
532d9f3467
commit
9a5582f953
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue