From 2364ebd97491802d743568216f0080b2a216e097 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 8 Oct 2020 14:59:24 +0200 Subject: [PATCH] add beautiful colors (wip, breaking tests) --- docs/src/demos/Extensions/Highlight/index.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/src/demos/Extensions/Highlight/index.vue b/docs/src/demos/Extensions/Highlight/index.vue index 81947723a..d52c6790d 100644 --- a/docs/src/demos/Extensions/Highlight/index.vue +++ b/docs/src/demos/Extensions/Highlight/index.vue @@ -10,19 +10,19 @@ > highlight (default) - - - - - @@ -60,7 +60,7 @@ export default { content: `

This isn’t highlighted.

But that one is.

-

And this is highlighted too, but in a different color.

+

And this is highlighted too, but in a different color.

`, }) }, @@ -70,3 +70,9 @@ export default { }, } + +