Skip to content

Commit 3a658ac

Browse files
committed
resolved issues
1 parent ef9d416 commit 3a658ac

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

src/css/doc.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,13 +577,13 @@ ul ul ul {
577577
padding-right: var(--base-small-space);
578578
padding-top: var(--base-large-space);
579579
padding-bottom: var(--base-large-space);
580-
white-space: pre-wrap;
580+
/* white-space: pre-wrap; */
581581
/* NOTE enable these styles if side-to-side scrolling is preferred */
582-
/*
582+
583583
overflow-wrap: normal;
584584
word-wrap: normal;
585585
overflow-x: auto;
586-
*/
586+
587587
background: #0074e00e;
588588
border: 1px solid var(--color-brand-gray8);
589589
border-radius: 3px;

src/css/highlight.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Other CSS rules for styling code blocks:
1313
*/
1414
.hljs-comment,
1515
.hljs-meta {
16-
color: #708090;
16+
/* color: #708090; */
17+
color: var(--color-brand-gray1);
1718
}
1819

1920
.hljs-keyword,
@@ -46,7 +47,8 @@ Other CSS rules for styling code blocks:
4647

4748
.hljs-built_in,
4849
.hljs-function .hljs-title {
49-
color: #e6db74;
50+
/* color: #e6db74; */
51+
color: var(--color-brand-orange);
5052
}
5153

5254
.hljs-regexp {

src/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ main p {
6565
color: var(--color-brand-blue-secondary);
6666
}
6767

68-
.article-banner span {
68+
/* .article-banner span {
6969
font-size: var(--font-small);
7070
margin: 0.5rem 1rem 0 0;
7171
color: var(--color-brand-gray4);
72-
}
72+
} */
7373

7474
.article-banner svg {
7575
margin-right: 10px;
76-
/* margin-bottom: 10px; */
76+
margin-bottom: 10px;
7777
font-size: var(--heading-h3);
7878
}
7979

0 commit comments

Comments
 (0)