diff options
| author | user@node5.net <user@node5.net> | 2026-06-15 21:24:56 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-15 21:24:56 +0200 |
| commit | 38b8178cce160b3d2e6c8b3256c7655f4d0a27cd (patch) | |
| tree | ee232c74e786890a4d2bad8b1d89e2b5a5e2c6e6 /src/blog.node5.net/static/comment_section.css | |
| parent | 693525e6444a74980ddfffb32ffe561c53dfcc24 (diff) | |
internalize needed files for starting the program
Diffstat (limited to 'src/blog.node5.net/static/comment_section.css')
| -rw-r--r-- | src/blog.node5.net/static/comment_section.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/blog.node5.net/static/comment_section.css b/src/blog.node5.net/static/comment_section.css new file mode 100644 index 0000000..7aa1727 --- /dev/null +++ b/src/blog.node5.net/static/comment_section.css @@ -0,0 +1,20 @@ +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; +} + |
