Nové pozadí pro body

This commit is contained in:
Emil Miler 2020-01-01 18:56:38 +01:00
parent 798e18bb85
commit 770d23085f
4 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ $wrap:1200px;
// body
$body-background:$secondary;
$body-background-image:url(bg.png);
$body-background-image:url(bg-pattern.png);
$body-color:#000;
// anchors

View File

@ -10,8 +10,7 @@ html, body {
}
body {
background-image:$body-background-image;
background:$body-background;
background:$body-background-image repeat $body-background;
color:$body-color;
font-family:sofia;
}

BIN
static/bg-pattern.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB