Skip to content

Commit ce4afb4

Browse files
committed
revert accidental color change
1 parent 5340ff4 commit ce4afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/codeHighlights/codeHighlights.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const HighlightBlockContainer = styled('div')`
130130
background-color: rgba(239, 239, 239, 0.06);
131131
position: relative;
132132
133-
border-left: 4px solid green;
133+
border-left: 4px solid var(--brandPink);
134134
135135
:hover svg {
136136
opacity: 1;

0 commit comments

Comments
 (0)