website: fix homepage fonts in json
This commit is contained in:
parent
de2d55c206
commit
70b06674c8
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue