From 5d84ef35cef2959ef4901b85f3469735d51c9555 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 14 Jun 2023 13:24:48 +0100 Subject: framebuffers --- index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'index.html') 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 @@

-  
- -
-- cgit v1.2.3