1
0
Fork 0

subtle white pattern

This commit is contained in:
Alexander Yakovlev 2013-11-03 12:39:41 +07:00
parent cdb509999d
commit b59b2a472a
3 changed files with 8 additions and 7 deletions

BIN
contents/images/greyzz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -53,17 +53,18 @@
/******** VARIABLES ********/
@FontAwesomePath: "../fonts";
@main-font: 'Arimo', 'Open Sans', Arial, Helvetica, sans-serif;
@main-color: #3399ff;
@secondary-color: #34495e;
@tertiary-color: #3498db;
@additional-color: #27ae60;
@FontAwesomePath: "../fonts";
@font-family-sans-serif: 'Arimo', 'Open Sans', Arial, Helvetica, sans-serif;
@font-size-base: 15px;
/******** RULES ********/
body,h1,h2,h3,h4,h5,h6 {
font-family: @main-font;
font-family: @font-family-sans-serif;
}
body {
.at2x('../images/greyzz.png');
}
.btn, a {