Skip to content

Commit 569b5a6

Browse files
Copilotsy-records
andcommitted
Fix nitpick: Clarify CSS Color Module Level 5 syntax reference
Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>
1 parent bb0a0b4 commit 569b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/shared/_vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
--sidebar-toggle-bg : var(--color-mono-2);
180180
--sidebar-toggle-bg-hover : var(--button-bg);
181181
/* NOTE: Hardcoded RGBA from --theme-color (#0b85d7) at 10% opacity for compatibility.
182-
Modern rgba(from var(--theme-color) r g b / 0.1) syntax not widely supported yet.
182+
CSS Color Module Level 5 rgba(from var(--theme-color) r g b / 0.1) syntax not widely supported yet.
183183
If --theme-color changes, update this to: rgba(R, G, B, 0.1) */
184184
--sidebar-toggle-bg-hover-alpha : rgba(11, 133, 215, 0.1);
185185
--sidebar-toggle-color : var(--color-mono-4);

0 commit comments

Comments
 (0)