summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authordan <[email protected]>2023-03-08 16:37:47 -0500
committerdan <[email protected]>2023-03-08 16:37:47 -0500
commit1b63fdedb55c1c652c8a46afce73865ad46861f2 (patch)
tree8c0c7ebed8511742b85ca4acde9727f377b4fa9a /style.css
parent8b1ae4b43a59fb76f3628e0f6674b25cc632a364 (diff)
download54-1b63fdedb55c1c652c8a46afce73865ad46861f2.tar.gz
54-1b63fdedb55c1c652c8a46afce73865ad46861f2.tar.bz2
54-1b63fdedb55c1c652c8a46afce73865ad46861f2.zip
feat: posts can have an image
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2b8fc44..890b398 100644
--- a/style.css
+++ b/style.css
@@ -162,3 +162,19 @@ textarea {
.navbar {
height: 2em;
}
+
+#image::file-selector-button {
+ border: 0;
+ line-height: 2.5;
+ padding: 0 20px;
+ font-size: 1rem;
+ text-align: center;
+ color: #fff;
+ text-shadow: 1px 1px 1px #000;
+ border-radius: 10px;
+ background-color: rgba(0, 0, 240, 0.6);
+ background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
+ box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
+ margin-top:2px;
+ cursor: pointer;
+}