about summary refs log tree commit diff stats
path: root/src/pages/stylesheets/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r--src/pages/stylesheets/styles.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 7cf0fe1e..9046ce26 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -48,7 +48,6 @@ input[type="text"],
 select {
   padding: 5px 10px;
   width: 400px;
-  margin: auto;
   border-radius: 3px;
   box-sizing: border-box;
   margin-bottom: var(--space);
@@ -448,10 +447,29 @@ button.default {
   cursor: pointer;
 }
 
-button.default svg {
+button svg {
   color: var(--text);
 }
 
+div.checklist div {
+  justify-content: space-between;
+  margin: 5px 15px;
+  padding: 10px 0;
+  /* border-bottom: 2px solid rgb(77, 77, 77); */
+  display: flex;
+}
+
+
+button.add {
+  background-color: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+  text-decoration: none;
+  display: inline-block;
+  cursor: pointer;
+}
+
 @media (prefers-color-scheme: light) {
   body {
     --text: #000;