diff options
author | sanine <sanine.not@pm.me> | 2022-05-30 18:19:02 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-30 18:19:02 -0500 |
commit | 8aa6645f2311de78f74b35f804cc45c7fcf38f57 (patch) | |
tree | 95107aedc3305ef11526ef8dd846c249cc356cdb /src/index.html | |
parent | 9ccb4a7bc728fd0e85c04fddb802fde02b73cfe2 (diff) |
add brushesmain
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
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; + } </style> <script type="module" src="main.js"></script> </head> |