about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 2b4a4e1e..97ba1953 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -49,6 +49,7 @@ input[type="text"],
 select {
   padding: 5px 10px;
   width: 350px;
+  font-weight: bold;
   border-radius: 3px;
   box-sizing: border-box;
   background-color: var(--bg-main);