commit f633732ee19d0f6bfa3a055f1aac363f5e0c353a parent 3fdb47ea86f592d0368a10cdc66812dec7fc1be1 Author: pyratebeard <root@pyratebeard.net> Date: Sat, 20 Jan 2024 23:25:25 +0000 search border when focused Diffstat:
M | index.html | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -34,7 +34,8 @@ } input[type=text]:focus { outline: none; - border: 1px solid #110f0d; + border: 2px solid #9c353e; + border-left: 8px solid #9c353e; } input[type=text] { outline: none;