diff --git a/website/source/stylesheets/_home.less b/website/source/stylesheets/_home.less index b114f2bcb..c35f18422 100755 --- a/website/source/stylesheets/_home.less +++ b/website/source/stylesheets/_home.less @@ -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{ diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index ec764a5f1..55a83ed6f 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -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;