summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html6
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>