From 11459063e19041597a8ee19f8823a92197f0c270 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Wed, 22 Nov 2023 20:11:46 -0500 Subject: [PATCH] Fix inline variable styling --- src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 77d50fa..ea38737 100644 --- a/src/style.css +++ b/src/style.css @@ -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; }