We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ba8d3 commit eb4264dCopy full SHA for eb4264d
src/App.jsx
@@ -165,7 +165,7 @@ function OutputView({ code }) {
165
return (
166
<div
167
className={[
168
- "bg-white/5 p-4 w-full text-green-600 overflow-x-scroll transition-opacity duration-500",
+ "bg-white/5 p-4 w-full text-green-600 overflow-x-scroll transition-opacity duration-500 selection:bg-slate-700 selection:text-green-500",
169
(loading || code !== debouncedCode) && "opacity-30",
170
]
171
.filter(Boolean)
0 commit comments