@@ -313,8 +313,8 @@ function handleClick(event: MouseEvent) {
313313}
314314.readme :deep(blockquote [data-callout = ' note' ]::after ) {
315315 background-color : #3b82f6 ;
316- -webkit-mask : icon (' i-lucide- info' ) no-repeat ;
317- mask : icon (' i-lucide- info' ) no-repeat ;
316+ -webkit-mask : icon (' i-lucide: info' ) no-repeat ;
317+ mask : icon (' i-lucide: info' ) no-repeat ;
318318}
319319
320320/* Tip - green */
@@ -328,8 +328,8 @@ function handleClick(event: MouseEvent) {
328328}
329329.readme :deep(blockquote [data-callout = ' tip' ]::after ) {
330330 background-color : #22c55e ;
331- -webkit-mask : icon (' i-lucide- lightbulb' ) no-repeat ;
332- mask : icon (' i-lucide- lightbulb' ) no-repeat ;
331+ -webkit-mask : icon (' i-lucide: lightbulb' ) no-repeat ;
332+ mask : icon (' i-lucide: lightbulb' ) no-repeat ;
333333}
334334
335335/* Important - purple */
@@ -343,8 +343,8 @@ function handleClick(event: MouseEvent) {
343343}
344344.readme :deep(blockquote [data-callout = ' important' ]::after ) {
345345 background-color : var (--syntax-fn );
346- -webkit-mask : icon (' i-lucide- pin' ) no-repeat ;
347- mask : icon (' i-lucide- pin' ) no-repeat ;
346+ -webkit-mask : icon (' i-lucide: pin' ) no-repeat ;
347+ mask : icon (' i-lucide: pin' ) no-repeat ;
348348}
349349
350350/* Warning - yellow/orange */
@@ -358,8 +358,8 @@ function handleClick(event: MouseEvent) {
358358}
359359.readme :deep(blockquote [data-callout = ' warning' ]::after ) {
360360 background-color : #eab308 ;
361- -webkit-mask : icon (' i-lucide- triangle-alert' ) no-repeat ;
362- mask : icon (' i-lucide- triangle-alert' ) no-repeat ;
361+ -webkit-mask : icon (' i-lucide: triangle-alert' ) no-repeat ;
362+ mask : icon (' i-lucide: triangle-alert' ) no-repeat ;
363363}
364364
365365/* Caution - red */
@@ -373,8 +373,8 @@ function handleClick(event: MouseEvent) {
373373}
374374.readme :deep(blockquote [data-callout = ' caution' ]::after ) {
375375 background-color : #ef4444 ;
376- -webkit-mask : icon (' i-lucide- circle-alert' ) no-repeat ;
377- mask : icon (' i-lucide- circle-alert' ) no-repeat ;
376+ -webkit-mask : icon (' i-lucide: circle-alert' ) no-repeat ;
377+ mask : icon (' i-lucide: circle-alert' ) no-repeat ;
378378}
379379
380380/* Table wrapper for horizontal scroll on mobile */
0 commit comments