Marek Vavrecan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
6 deletions
-
src/vue/redis/keyView.vue
|
|
@ -285,15 +285,12 @@ export default { |
|
|
|
.json-panel { |
|
|
|
line-height: 1.3; |
|
|
|
background: #292a2b; |
|
|
|
font-size: 20px; |
|
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, |
|
|
|
monospace, "Avenir", Helvetica, Arial, sans-serif; |
|
|
|
font-family: var(--vscode-editor-font-family); |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
background-color: #ffffff; |
|
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", |
|
|
|
"Microsoft YaHei", Arial, sans-serif; |
|
|
|
font-family: var(--vscode-font-family); |
|
|
|
} |
|
|
|
|
|
|
|
.value-panel { |
|
|
@ -389,4 +386,4 @@ margin: 3px; |
|
|
|
color: #7ab3ef; |
|
|
|
font-size: 80%; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |