use flat backgrounds

This commit is contained in:
paul 2020-01-09 19:04:46 +01:00
parent 1bbdd2a4bf
commit 1ecc4fb15d
3 changed files with 3 additions and 11 deletions

View file

@ -3,14 +3,12 @@
} }
body { body {
background:#f0f0f3 url(../images/noise_blue3.png); background: #d6dcdc;
} }
.header { .header {
text-align: center; text-align: center;
background: #393f42; background: #66696d;
/* background: linear-gradient( #464d51 , #393f42 ); */
background: #393f42 url(../images/background-grayblue.png);
/* background-size: cover; */ /* background-size: cover; */
position: relative; position: relative;
overflow: visible; overflow: visible;
@ -80,7 +78,7 @@ body {
.header-subnav li a.is-active { .header-subnav li a.is-active {
/* background: #ffffff; */ /* background: #ffffff; */
color: #393f42; color: #393f42;
background-image:url(../images/noise_blue3.png); background: #d6dcdc;
} }
.header-subnav li a:not(.is-active):hover { .header-subnav li a:not(.is-active):hover {

BIN
assets/images/background-grayblue.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/noise_blue3.png (Stored with Git LFS)

Binary file not shown.