Skip to content

Commit 6710b5a

Browse files
committed
updated site
1 parent ed8314e commit 6710b5a

File tree

5 files changed

+41
-3
lines changed

5 files changed

+41
-3
lines changed

Diff for: 2.x/docs/en/custom-202402.css

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ html {
88

99
pre {
1010
border: solid 1px lightgray;
11+
line-height: 1.8rem;
12+
font-weight: 500;
13+
}
14+
15+
code {
16+
font-family: 'Inconsolata', monospace !important;
17+
}
18+
19+
p code {
20+
font-weight: 600;
21+
}
22+
23+
li code {
24+
font-weight: 600;
1125
}
1226

1327
h1 {

Diff for: 2.x/docs/en/fonts/Inconsolata[wdth,wght].ttf

337 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/fonts.css

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
src: url(LinBiolinum_RI.otf);
2828
}
2929

30+
@font-face{
31+
font-family: "Inconsolata";
32+
src: url(Inconsolata[wdth,wght].ttf);
33+
}
34+
3035
/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */
3136
/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */
3237

Diff for: 2.x/docs/en/highlight.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
.hljs-type,
2323
.hljs-variable.language_ {
2424
/* prettylights-syntax-keyword */
25-
color: #d73a49;
25+
/* color: #d73a49; */
26+
font-weight: bold;
27+
}
28+
29+
.hljs-type {
30+
color: #445588;
2631
}
2732

2833
.hljs-title,
@@ -51,13 +56,13 @@
5156
.hljs-string,
5257
.hljs-meta .hljs-string {
5358
/* prettylights-syntax-string */
54-
color: #032f62;
59+
color: #dd1144;
5560
}
5661

5762
.hljs-built_in,
5863
.hljs-symbol {
5964
/* prettylights-syntax-variable */
60-
color: #e36209;
65+
/* color: #e36209; */
6166
}
6267

6368
.hljs-comment,

Diff for: 2.x/docs/en/src/reference/custom-202402.css

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ html {
88

99
pre {
1010
border: solid 1px lightgray;
11+
line-height: 1.8rem;
12+
font-weight: 500;
13+
}
14+
15+
code {
16+
font-family: 'Inconsolata', monospace !important;
17+
}
18+
19+
p code {
20+
font-weight: 600;
21+
}
22+
23+
li code {
24+
font-weight: 600;
1125
}
1226

1327
h1 {

0 commit comments

Comments
 (0)