From 38b8178cce160b3d2e6c8b3256c7655f4d0a27cd Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Mon, 15 Jun 2026 21:24:56 +0200 Subject: internalize needed files for starting the program --- blog.node5.net/static/comment_section.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 blog.node5.net/static/comment_section.css (limited to 'blog.node5.net/static/comment_section.css') diff --git a/blog.node5.net/static/comment_section.css b/blog.node5.net/static/comment_section.css deleted file mode 100644 index 7aa1727..0000000 --- a/blog.node5.net/static/comment_section.css +++ /dev/null @@ -1,20 +0,0 @@ -input, textarea, select { - background: transparent; - border: 1px solid #3e3e3e; - border-radius: 0.3em; - color:white; - padding: 0.5em; - margin: 0.3em; - width: 29%; -} - -textarea:focus, input:focus, select:focus { - outline: none; - border: 0.2em solid #00ffff; -} - -#comment { - width: 90%; - margin: 1em 0; -} - -- cgit v1.3.1