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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue