diff --git a/webui/src/components/display/UpObject.svelte b/webui/src/components/display/UpObject.svelte index 534dd63..19cf729 100644 --- a/webui/src/components/display/UpObject.svelte +++ b/webui/src/components/display/UpObject.svelte @@ -308,11 +308,13 @@ .secondary { font-size: 0.66em; display: none; - opacity: 0.7; + opacity: 0.8; } .key { + font-family: var(--monospace-font); color: colors.$yellow; + opacity: 0.8; &:before { content: "⌘";