diff --git a/css/styles.css b/css/styles.css
@@ -101,6 +101,7 @@ body, button, .elmsh, textarea {
padding: 1em;
background: var(--foreground);
+ border-radius: 6pt;
}
#container.dark button {
@@ -119,6 +120,7 @@ body, button, .elmsh, textarea {
background: var(--background);
border: none;
cursor: pointer;
+ border-radius: 6pt;
line-height: 2em;
text-align: center;