Skip to content

Commit ac19f73

Browse files
committed
Add background color to code block
1 parent d5cfd21 commit ac19f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/client/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ code {
2424
border-bottom: solid 3px #1c3c5a;
2525
border-left: solid 1px #ccc;
2626
border-right: solid 1px #ccc;
27+
background-color: #edeff77d;
2728
}
2829

2930
@media screen and (max-width: 768px) {

0 commit comments

Comments
 (0)