summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-06-14 13:24:48 +0100
committerpommicket <pommicket@gmail.com>2023-06-14 13:24:48 +0100
commit5d84ef35cef2959ef4901b85f3469735d51c9555 (patch)
tree73b752263af5517a0d1357a9959c7155e2a9c9c1 /index.html
parenta6df8658309f82c62e4507894e409b65a6470950 (diff)
framebuffers
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/index.html b/index.html
index 399671f..735c68d 100644
--- a/index.html
+++ b/index.html
@@ -26,11 +26,20 @@
border: 2px solid red;
background-color: black;
}
- #error-dialog button {
+ dialog button {
+ font-family: monospace;
+ }
+ button {
border: 2px solid white;
background-color: black;
color: white;
}
+ button:hover {
+ background-color: #fff3;
+ }
+ button:active {
+ background-color: #fff6;
+ }
button:focus {
outline: 2px solid #0a0;
}
@@ -49,9 +58,6 @@
<dialog id="error-dialog">
<pre id="error-message" class="error"></pre>
- <form method="dialog">
- <button>OK</button>
- </form>
</dialog>
</body>