aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index fcf6e81..0809f63 100644
--- a/static/style.css
+++ b/static/style.css
@@ -74,6 +74,33 @@ hr {
text-align: center;
}
+.timelineReason {
+ background: #fee4;
+ border: 1px solid #3b005e44;
+ border-bottom: none;
+ border-radius: 8px 8px 0 0;
+ margin: 16px 16px -16px 16px;
+ padding: 8px;
+ display: grid;
+ grid-template-columns: max-content 1fr;
+ align-items: center;
+ gap: 8px;
+
+ .icon {
+ font-size: 24px;
+ }
+ a {
+ text-decoration: none;
+ font-weight: bold;
+ color: inherit;
+ }
+
+ + article.note {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ }
+}
+
article.note {
background: #fee4;
border: 1px solid #3b005e44;