Browse Source

Fix for fonts

pull/1061/head
Marek Vavrecan 1 year ago
committed by GitHub
parent
commit
277a8d3695
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      src/vue/redis/keyView.vue

9
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>
Loading…
Cancel
Save