website: temporary skew font fix
This commit is contained in:
parent
bf605a3b9c
commit
929261bb96
|
@ -42,10 +42,8 @@
|
||||||
margin-top: -36px;
|
margin-top: -36px;
|
||||||
background: #fff url(../images/white-wireframe.png) center top no-repeat;
|
background: #fff url(../images/white-wireframe.png) center top no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
.skewY(-3deg);
|
|
||||||
|
|
||||||
>.container{
|
>.container{
|
||||||
.skewY(3deg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
|
@ -351,21 +349,12 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
|
||||||
.txt-spe {
|
.txt-r {
|
||||||
color: lighten(@blue, 5%);
|
color: lighten(@red, 17%);;
|
||||||
}
|
}
|
||||||
|
.txt-p {
|
||||||
.txt-var {
|
|
||||||
color: lighten(@purple, 8%);
|
|
||||||
}
|
|
||||||
.txt-str {
|
|
||||||
color: lighten(@green, 2%);
|
color: lighten(@green, 2%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.txt-int {
|
|
||||||
color: lighten(@orange, 2%);
|
|
||||||
}
|
|
||||||
|
|
||||||
p{
|
p{
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
|
@ -1045,18 +1045,6 @@ body.page-home #footer {
|
||||||
margin-top: -36px;
|
margin-top: -36px;
|
||||||
background: #ffffff url(../images/white-wireframe.png) center top no-repeat;
|
background: #ffffff url(../images/white-wireframe.png) center top no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
-webkit-transform: skewY(-3deg);
|
|
||||||
-moz-transform: skewY(-3deg);
|
|
||||||
-ms-transform: skewY(-3deg);
|
|
||||||
-o-transform: skewY(-3deg);
|
|
||||||
transform: skewY(-3deg);
|
|
||||||
}
|
|
||||||
#feature-auto > .container {
|
|
||||||
-webkit-transform: skewY(3deg);
|
|
||||||
-moz-transform: skewY(3deg);
|
|
||||||
-ms-transform: skewY(3deg);
|
|
||||||
-o-transform: skewY(3deg);
|
|
||||||
transform: skewY(3deg);
|
|
||||||
}
|
}
|
||||||
#feature-auto h2 {
|
#feature-auto h2 {
|
||||||
font-size: 43px;
|
font-size: 43px;
|
||||||
|
@ -1345,18 +1333,12 @@ body.page-home #footer {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
}
|
}
|
||||||
#demos .terminals .terminal-item .terminal .terminal-window .txt-spe {
|
#demos .terminals .terminal-item .terminal .terminal-window .txt-r {
|
||||||
color: #7190ea;
|
color: #eb979d;
|
||||||
}
|
}
|
||||||
#demos .terminals .terminal-item .terminal .terminal-window .txt-var {
|
#demos .terminals .terminal-item .terminal .terminal-window .txt-p {
|
||||||
color: #9a56f9;
|
|
||||||
}
|
|
||||||
#demos .terminals .terminal-item .terminal .terminal-window .txt-str {
|
|
||||||
color: #64e86c;
|
color: #64e86c;
|
||||||
}
|
}
|
||||||
#demos .terminals .terminal-item .terminal .terminal-window .txt-int {
|
|
||||||
color: #e89264;
|
|
||||||
}
|
|
||||||
#demos .terminals .terminal-item .terminal .terminal-window p {
|
#demos .terminals .terminal-item .terminal .terminal-window p {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Reference in New Issue