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

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