From 9634b3958f79c7321d9049e9e7c22f09d86a0c79 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 5 Nov 2023 15:36:18 +0000 Subject: [PATCH] add input, select, button styling --- base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/base.css b/base.css index 0537b13..07a1446 100644 --- a/base.css +++ b/base.css @@ -103,6 +103,14 @@ kbd { margin-right: 0.2em; } +input, select, button { + background: var(--bg); + border: 1px solid var(--fg); + border-radius: 0.5em; + padding: 0.5em; + margin: 0.5em; +} + /* scrollbar */ ::-webkit-scrollbar {