Skip to content

Commit 6eb83bf

Browse files
committed
chore: Minor fixes
1 parent 1536841 commit 6eb83bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ table th:nth-of-type(4) {
108108
}
109109

110110
/* ensure code blocks can be seen in chatbot */
111-
#floating-chat-bot pre {
111+
.rcb-chat-window pre {
112112
--ifm-pre-background: #000000;
113113
}
114-
#landing-page-chat-bot pre {
115-
--ifm-pre-background: #000000;
114+
.rcb-chat-window code {
115+
background-color: #000000;
116116
}

0 commit comments

Comments
 (0)