Skip to content

Commit d9bddac

Browse files
authored
Update print statement from 'Hello' to 'Goodbye'
1 parent b4e1c4f commit d9bddac

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/docusaurus-theme/css/legacy.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,11 +1974,6 @@ code {
19741974
background: var(--ziti-code-block-background-color);
19751975
color: var(--ziti-code-block-font-color);
19761976
border-color: var(--ziti-code-block-border-color);
1977-
white-space: nowrap;
1978-
}
1979-
1980-
pre code {
1981-
/* Fenced code blocks must preserve indentation — override the nowrap above. */
19821977
white-space: pre;
19831978
}
19841979

@@ -2317,3 +2312,4 @@ aside nav {
23172312
margin-top: 0 !important;
23182313
}
23192314
}
2315+

0 commit comments

Comments
 (0)