From e1994cea7c450ac6c1020bb72ec7f6754bdb37ed Mon Sep 17 00:00:00 2001 From: DasPoschi Date: Sat, 27 Dec 2025 22:53:05 +0100 Subject: [PATCH] Create style.css --- jd-webgui/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jd-webgui/static/style.css diff --git a/jd-webgui/static/style.css b/jd-webgui/static/style.css new file mode 100644 index 0000000..c56a5b1 --- /dev/null +++ b/jd-webgui/static/style.css @@ -0,0 +1,7 @@ +body { font-family: sans-serif; padding: 20px; } +input { padding: 8px; width: 600px; } +button { padding: 8px 14px; } +table { margin-top: 20px; border-collapse: collapse; } +th, td { border: 1px solid #ccc; padding: 6px; } +th { background: #f5f5f5; } +code { background: #eee; padding: 2px 4px; }