diff options
Diffstat (limited to 'extension/style')
| -rw-r--r-- | extension/style/wallet.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/style/wallet.css b/extension/style/wallet.css index ba698296a..487cdd407 100644 --- a/extension/style/wallet.css +++ b/extension/style/wallet.css @@ -17,3 +17,13 @@ input.url { .formish { } + +.json-key { + color: brown; +} +.json-value { + color: navy; + } +.json-string { + color: olive; +} |
