diff options
| author | user@node5.net <user@node5.net> | 2026-02-19 23:36:49 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-02-19 23:36:49 +0100 |
| commit | 1d81f5dbf63d361c76744fcd759904c4bf616fcc (patch) | |
| tree | 7c8f2df43b46e90a276cfc279f5bc3a914fcc3c2 /blog.node5.net/static/comment_section.css | |
| parent | 014f776d3f70051613e2a05362cc278970272882 (diff) | |
Comment section - More sleek look. Remove SQL theme
Diffstat (limited to 'blog.node5.net/static/comment_section.css')
| -rw-r--r-- | blog.node5.net/static/comment_section.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blog.node5.net/static/comment_section.css b/blog.node5.net/static/comment_section.css index 5e74ab8..7aa1727 100644 --- a/blog.node5.net/static/comment_section.css +++ b/blog.node5.net/static/comment_section.css @@ -1,9 +1,11 @@ input, textarea, select { background: transparent; - border: 0.2em solid #eee; + border: 1px solid #3e3e3e; border-radius: 0.3em; color:white; padding: 0.5em; + margin: 0.3em; + width: 29%; } textarea:focus, input:focus, select:focus { |
