forked from em/receptty.org
Nové pozadí pro body
This commit is contained in:
parent
798e18bb85
commit
770d23085f
@ -8,7 +8,7 @@ $wrap:1200px;
|
|||||||
|
|
||||||
// body
|
// body
|
||||||
$body-background:$secondary;
|
$body-background:$secondary;
|
||||||
$body-background-image:url(bg.png);
|
$body-background-image:url(bg-pattern.png);
|
||||||
$body-color:#000;
|
$body-color:#000;
|
||||||
|
|
||||||
// anchors
|
// anchors
|
||||||
|
@ -10,8 +10,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image:$body-background-image;
|
background:$body-background-image repeat $body-background;
|
||||||
background:$body-background;
|
|
||||||
color:$body-color;
|
color:$body-color;
|
||||||
font-family:sofia;
|
font-family:sofia;
|
||||||
}
|
}
|
||||||
|
BIN
static/bg-pattern.png
Normal file
BIN
static/bg-pattern.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
static/bg.png
BIN
static/bg.png
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user