Skip to content

Commit 4f233f8

Browse files
Fixing coy hsla
1 parent ef1fad2 commit 4f233f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/vue3-code-block.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name vue3-code-block
3-
* @version 1.0.10-beta.0
3+
* @version 1.0.11-beta.0
44
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
55
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
66
* @copyright Copyright 2023, WebDevNerdStuff

dist/vue3-code-block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name vue3-code-block
3-
* @version 1.0.10-beta.0
3+
* @version 1.0.11-beta.0
44
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
55
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
66
* @copyright Copyright 2023, WebDevNerdStuff

src/plugin/styles/themeStyles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595

9696
&-coy {
97-
background-color: hsl(var(--v-cb-tab-prism-coy-bkg) / 100%) !important;
97+
background-color: hsl(var(--v-cb-tab-prism-coy-bkg) / 10%) !important;
9898
border-left: 5px solid hsl(var(--v-cb-tab-prism-coy-bkg));
9999
border-radius: 0;
100100

0 commit comments

Comments
 (0)