From 02e9a6d85d42470682caef299767e03b7b5f53dc Mon Sep 17 00:00:00 2001
From: floppydiskette <floppydisk@hyprcat.net>
Date: Thu, 19 Dec 2024 20:26:36 +0000
Subject: set scrollbar colour

---
 public/css/master.css | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'public/css')

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);
-- 
cgit v1.2.3-54-g00ecf