From d7e055d3f835e67dda0fffc222360ff2eeb43551 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 5 Feb 2021 12:19:44 +0100 Subject: [PATCH] docs: improve focus example styling --- docs/src/demos/Extensions/Focus/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/demos/Extensions/Focus/index.vue b/docs/src/demos/Extensions/Focus/index.vue index 8e6e086f..355a4b38 100644 --- a/docs/src/demos/Extensions/Focus/index.vue +++ b/docs/src/demos/Extensions/Focus/index.vue @@ -79,5 +79,10 @@ export default { padding-left: 1rem; border-left: 2px solid rgba(#0D0D0D, 0.1); } + + code { + background-color: rgba(#616161, 0.1); + color: #616161; + } }