aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 83ea861..fcf6e81 100644
--- a/static/style.css
+++ b/static/style.css
@@ -68,6 +68,12 @@ hr {
margin: 0px 16px;
}
+.placeholder {
+ font-style: italic;
+ color: #555;
+ text-align: center;
+}
+
article.note {
background: #fee4;
border: 1px solid #3b005e44;
@@ -100,6 +106,13 @@ article.note {
text-overflow: ellipsis;
overflow: hidden;
}
+ a.timestamp {
+ color: inherit;
+ text-decoration: none;
+ &:hover {
+ text-decoration: underline;
+ }
+ }
}
.buttons {