From 8aa6645f2311de78f74b35f804cc45c7fcf38f57 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 30 May 2022 18:19:02 -0500 Subject: add brushes --- src/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index ce0739c..cebdef7 100644 --- a/src/index.html +++ b/src/index.html @@ -11,6 +11,12 @@ background-color: #333; color: white; } + button { + font-family: monospace; + } + button.selected { + color: red; + } -- cgit v1.2.1