diff options
Diffstat (limited to 'docs/src/components/Note.astro')
-rw-r--r-- | docs/src/components/Note.astro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/src/components/Note.astro b/docs/src/components/Note.astro index c3ae29cb4..a9c2ebf51 100644 --- a/docs/src/components/Note.astro +++ b/docs/src/components/Note.astro @@ -35,14 +35,11 @@ const { type = 'tip', title } = Astro.props; .note.type-tip { --color: var(--color-green); - --color-rgb: var(--color-green-rgb); } .note.type-warning { --color: var(--color-yellow); - --color-rgb: var(--color-yellow-rgb); } .note.type-error { --color: var(--color-red); - --color-rgb: var(--color-red-rgb); } </style> |