Skip to content

Commit

Permalink
STY: increase font size for expand/collapse symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jul 6, 2023
1 parent c364387 commit 353a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def display_JSON(
"""
if interactive_viewer:
JSON_CSS = """.renderjson a { text-decoration: none; }
.renderjson .disclosure { color: grey; font-size: 100%; }
.renderjson .disclosure { color: grey; font-size: 150%; }
.renderjson .syntax { color: grey; }
.renderjson .string { color: #fe46a5; }
.renderjson .number { color: #0f9b8e; }
Expand Down

0 comments on commit 353a692

Please sign in to comment.