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

View File

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