We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd7ab4 commit c65ca27Copy full SHA for c65ca27
1 file changed
ecosystem-explorer/src/styles/tokens.css
@@ -118,6 +118,10 @@
118
--hero-gradient-opacity: 0.15; /* Boosted for white background */
119
--hero-grid-opacity: 0.15;
120
121
+ /* Always-dark terminal panes */
122
+ --code-bg-hsl: 232 38% 15%; /* Dark navy */
123
+ --code-fg-hsl: 210 17% 98%;
124
+
125
/* Syntax — reuse dark values until a light-mode consumer needs distinct tokens */
126
--syntax-comment-hsl: 220 18% 58%;
127
--syntax-key-hsl: 28 95% 65%;
0 commit comments