aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 341018a..5dfa186 100644
--- a/static/main.css
+++ b/static/main.css
@@ -7,4 +7,12 @@ body {
border: none !important;
}
+.comment + .comment{
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ padding-top: 1em;
+}
+.date {
+ color: rgba(0, 0, 0, 0.6);
+ font-size: 14px;
+} \ No newline at end of file