0
0
Fork 0

use picture with real color

This commit is contained in:
Gibheer 2013-10-29 19:47:52 +01:00
parent 693e118a84
commit 19a3c4b238
3 changed files with 2 additions and 12 deletions

BIN
images/irongrip-zero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -10,24 +10,14 @@ $standard-width: 1em;
html {
text-size: 99%;
background-image: url('/images/irongrip.png');
/* original picture from http://subtlepatterns.com/iron-grip/ */
background-image: url('/images/irongrip-zero.png');
min-width: 300px;
width: 100%;
max-width: 1100px;
margin: auto;
}
body:after {
content: '';
background-color: fade-out($alternate_color, 0.85);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
}
code {
font-family: "PT mono", monospace;
font-size: $standard-width * 0.95;