0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00

Adding wallpaper

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-02-22 03:22:35 +04:00
parent b6760fb70b
commit 4a18d622cf
3 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,11 @@
$background-border: rgba(0, 0, 0, .09);
$background-image: '/assets/background.svg';
html {
background: $color-bg url($background-image) repeat fixed;
}
body {
border-left: 1px solid $background-border;
border-right: 1px solid $background-border;
}