Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 380ce69

Browse files
committed
feat(docs): update scss for prism in website
1 parent bba21a0 commit 380ce69

File tree

2 files changed

+29
-426
lines changed

2 files changed

+29
-426
lines changed

website/styles/prism.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
/* Border around popup */
357357
.prism-previewer.prism-previewer:before,
358358
.prism-previewer-gradient.prism-previewer-gradient div {
359-
border-color: hsl(0, 0, 95%, 100%);
359+
border-color: hsla(0, 0%, 95%, 100%);
360360
}
361361

362362
/* Angle and time should remain as circles and are hence not included */
@@ -368,11 +368,11 @@
368368

369369
/* Triangles pointing to the code */
370370
.prism-previewer.prism-previewer:after {
371-
border-top-color: hsl(0, 0, 95%, 100%);
371+
border-top-color: hsla(0, 0%, 95%, 100%);
372372
}
373373

374374
.prism-previewer-flipped.prism-previewer-flipped.after {
375-
border-bottom-color: hsl(0, 0, 95%);
375+
border-bottom-color: hsl(0, 0%, 95%);
376376
}
377377

378378
/* Background colour within the popup */
@@ -1200,7 +1200,7 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
12001200
/* Border around popup */
12011201
.prism-previewer.prism-previewer:before,
12021202
.prism-previewer-gradient.prism-previewer-gradient div {
1203-
border-color: hsl(0, 0, 95%);
1203+
border-color: hsl(0, 0%, 95%);
12041204
}
12051205

12061206
/* Angle and time should remain as circles and are hence not included */
@@ -1212,11 +1212,11 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
12121212

12131213
/* Triangles pointing to the code */
12141214
.prism-previewer.prism-previewer:after {
1215-
border-top-color: hsl(0, 0, 95%);
1215+
border-top-color: hsl(0, 0%, 95%);
12161216
}
12171217

12181218
.prism-previewer-flipped.prism-previewer-flipped.after {
1219-
border-bottom-color: hsl(0, 0, 95%);
1219+
border-bottom-color: hsl(0, 0%, 95%);
12201220
}
12211221

12221222
/* Background colour within the popup */

0 commit comments

Comments
 (0)