aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/master.css')
-rw-r--r--public/css/master.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css
index 685eda5..544c9e8 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -14,6 +14,7 @@
html {
height: 100%;
color-scheme: light;
+ scrollbar-color: var(--border-color) var(--background);
}
body {
@@ -190,6 +191,10 @@ table.form textarea {
width: 250px;
}
+table.form textarea {
+ resize: none;
+}
+
table.form button:hover {
background-color: var(--border-color);
color: var(--background);