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;