From 0e2c49e76e95d6fecd10d4f2157f0ffd605bd876 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 17 Jun 2023 09:55:54 +0100 Subject: per-vertex color --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index b4c4fd8..08ae0d7 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,10 @@ top: 0; } + #ui-canvas { + border: 2px solid var(--ui-border); + } + .error { color: red; } @@ -86,7 +90,7 @@ #ui input[type=color] { padding: 0; } - #ui input[type=text] { + #ui input[type=text], #ui input[type=number] { width: 3em; font-size: inherit; height: 1.5em; @@ -175,6 +179,8 @@ void main() { + + -- cgit v1.2.3