Skip to content

Commit

Permalink
Fix inline variable styling
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 23, 2023
1 parent f4dbb67 commit 1145906
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,13 @@
color: #4694ff;
}

.sp-container .sp-value,
.sp-container .sp-variable-value {
color: #067aff;
}

.sp-container .sp-value {
background: #f4f7ff;
color: #067aff;
font-weight: bold;
font-size: 0.9rem;
}
Expand Down

0 comments on commit 1145906

Please sign in to comment.