File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments