1
0
Fork 0

subtle white pattern

master
Alexander Yakovlev 10 years ago
parent cdb509999d
commit b59b2a472a

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

@ -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 {

Loading…
Cancel
Save