diff options
| author | Bobby <[email protected]> | 2022-12-31 12:59:47 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-31 12:59:47 -0500 |
| commit | 3d15ed922526ae52237fa1f4c7dfb9b7fec25c53 (patch) | |
| tree | 3ac206230e6b81ea36a9fddcabee7c17e873a9e6 /static/css | |
| parent | 72e35f67163b67bdf5ccfa709954be21a509b411 (diff) | |
| download | thatcomputerscientist-3d15ed922526ae52237fa1f4c7dfb9b7fec25c53.tar.xz thatcomputerscientist-3d15ed922526ae52237fa1f4c7dfb9b7fec25c53.zip | |
Ton of improvement, articles view, need to update posts on server now
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index a3d7c516..ea7a7a6a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -37,7 +37,7 @@ h2, #editor-container h2 { margin-bottom: 15px; } -input, textarea { +input, textarea, select { padding: 5px 10px; border: none; outline: none; @@ -46,6 +46,12 @@ input, textarea { font-family: Verdana,Helvetica,Arial,Sans-Serif; } +textarea { + background: transparent; + border: solid 1px whitesmoke; + color: white; +} + /* Full width auto spacing table... ellipsis if text overflows */ #posts { width: 100%; |
