Merge branch 'flatten' into 'master'

Flatten backgrounds

See merge request zombi/website!22
This commit is contained in:
madmaurice 2020-01-09 22:35:38 +01:00
commit ba3bd553d3
8 changed files with 12 additions and 20 deletions

View File

@ -9,7 +9,7 @@
<title>{{ page.title }} - Zom.bi</title>
<link rel="stylesheet" href="{{ "assets/css/foundation.css" | relative_url }}">
<link rel="stylesheet" href="{{ "assets/css/foundation.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "assets/css/index.css" | relative_url }}">
</head>
<body>

View File

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

BIN
assets/images/Icons_mumble.svg (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
assets/images/traefik.svg (Stored with Git LFS)

Binary file not shown.