From 688a4359d345c32c05d5d43c484b487de344ac97 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 30 Nov 2025 22:29:06 +0100 Subject: Make L23 have light text --- .vscode/extensions.json | 2 +- src/frontend/app/components/LineIcon.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4819347..c3f64c3 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,6 @@ { "recommendations": [ - "esbenp.prettier-vscode", + "prettier.prettier-vscode", "dbaeumer.vscode-eslint", "charliermarsh.ruff", "ms-dotnettools.csharp", diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css index 89f8bdb..c6dffd8 100644 --- a/src/frontend/app/components/LineIcon.css +++ b/src/frontend/app/components/LineIcon.css @@ -37,6 +37,7 @@ --line-l18h: hsl(320, 61%, 57%); --line-l18h-text: hsl(0, 0%, 100%); --line-l23: hsl(220, 100%, 41%); + --line-l23-text: hsl(0, 0%, 100%); --line-l24: hsl(0, 0%, 75%); --line-l25: hsl(34, 95%, 35%); --line-l27: hsl(30, 60%, 30%); -- cgit v1.3