fix background

This commit is contained in:
nek0 2019-09-09 19:44:48 +02:00
parent 7b26406647
commit 91cf89cfdc
2 changed files with 1253 additions and 0 deletions

View File

@ -8,6 +8,23 @@ body {
margin: 0;
}
body::after {
content: "";
opacity: 0.33;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: url(/images/brain.svg);
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-origin: padding-box;
background-clip: content-box;
background-position: center;
}
a{
text-decoration: none;
}

1236
site/images/brain.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 115 KiB