aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/styles.css b/src/styles.css
index af9bbeb..b4f7539 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -24,16 +24,18 @@ body {
background-color: var(--bg-color);
}
-button {
+button, textarea, input {
color: inherit;
background: inherit;
+ background-color: inherit;
font: inherit;
padding: 0;
border: none;
}
input:focus,
-button:focus {
+button:focus,
+textarea:focus {
outline: 0;
}