Skip to content

Commit f82e73e

Browse files
authored
(fix) Light mode charts fix (#418)
* (fix) Light mode charts fix * (requested changes
1 parent 3f333d2 commit f82e73e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
@apply p-2 font-semibold;
5757
}
5858

59+
img {
60+
background-color: black;
61+
border: 1px solid #ccc;
62+
padding: 10px;
63+
border-radius: 10px;
64+
}
65+
5966
.api-params table {
6067
width: 100%;
6168
border-collapse: collapse;

0 commit comments

Comments
 (0)