From 8e76cbd3c88e2f08a2431e8b3080750328147a3a Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 30 Nov 2022 02:34:25 -0800 Subject: [PATCH] watch.css: Fix from d2c -> d2 rename cc @alixander this has been broken for so long lol From when the code was in the monorepo. --- cmd/d2/static/watch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/d2/static/watch.css b/cmd/d2/static/watch.css index 8c5bccc9a..3e389ddbb 100644 --- a/cmd/d2/static/watch.css +++ b/cmd/d2/static/watch.css @@ -1,4 +1,4 @@ -#d2c-err { +#d2-err { /* This style was copied from Chrome's svg parser error style. */ white-space: pre-wrap; border: 2px solid #c77;