website: fix homepage fonts in json

This commit is contained in:
Jack Pearkes 2014-08-05 21:12:57 -04:00
parent de2d55c206
commit 70b06674c8
2 changed files with 12 additions and 6 deletions

View File

@ -47,12 +47,12 @@
.feature-skew{ .feature-skew{
position: absolute; position: absolute;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
} }
#feature-auto{ #feature-auto{
@ -104,7 +104,7 @@
background-size: cover; background-size: cover;
.skewY(3deg); .skewY(3deg);
z-index: 20; z-index: 20;
} }
p{ p{
text-align: right; text-align: right;
@ -156,7 +156,7 @@
background-color: @purple; background-color: @purple;
.skewY(3deg); .skewY(3deg);
z-index: 20; z-index: 20;
} }
h2{ h2{
color: white; color: white;
@ -219,7 +219,7 @@
background-color: @purple; background-color: @purple;
.skewY(-3deg); .skewY(-3deg);
z-index: 20; z-index: 20;
} }
.intro { .intro {
.left { .left {
@ -392,10 +392,12 @@
.txt-spe { .txt-spe {
color: lighten(@blue, 5%); color: lighten(@blue, 5%);
font-weight: 600;
} }
.txt-var { .txt-var {
color: lighten(@purple, 8%); color: lighten(@purple, 8%);
font-weight: 600;
} }
.txt-str { .txt-str {
@ -404,6 +406,7 @@
.txt-int { .txt-int {
color: lighten(@orange, 2%); color: lighten(@orange, 2%);
font-weight: 600;
} }
p{ p{

View File

@ -1348,15 +1348,18 @@ body.page-home #footer {
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-spe { #demos .terminals .terminal-item .terminal .terminal-window .txt-spe {
color: #7190ea; color: #7190ea;
font-weight: 600;
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-var { #demos .terminals .terminal-item .terminal .terminal-window .txt-var {
color: #9a56f9; color: #9a56f9;
font-weight: 600;
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-str { #demos .terminals .terminal-item .terminal .terminal-window .txt-str {
color: #64e86c; color: #64e86c;
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-int { #demos .terminals .terminal-item .terminal .terminal-window .txt-int {
color: #e89264; color: #e89264;
font-weight: 600;
} }
#demos .terminals .terminal-item .terminal .terminal-window p { #demos .terminals .terminal-item .terminal .terminal-window p {
margin-bottom: 2px; margin-bottom: 2px;
@ -1861,7 +1864,7 @@ body.layout-intro > .container .col-md-8[role=main] > div {
padding-left: 95px; padding-left: 95px;
} }
.downloads .download .details h2 { .downloads .download .details h2 {
margin-top: 30ppx; margin-top: 30px;
} }
.downloads .download .details ul { .downloads .download .details ul {
padding-left: 0px; padding-left: 0px;