aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/post/post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/post/post.scss')
-rw-r--r--src/components/post/post.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/post/post.scss b/src/components/post/post.scss
new file mode 100644
index 0000000..8732257
--- /dev/null
+++ b/src/components/post/post.scss
@@ -0,0 +1,9 @@
+.post {
+ margin: 1rem 0 1rem;
+ padding: 1rem;
+ border-style: solid;
+}
+
+.post:hover {
+ background-color: rgb(158, 222, 238);
+} \ No newline at end of file