aboutsummaryrefslogtreecommitdiff
path: root/views/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/assets/css/style.css')
-rw-r--r--views/assets/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/assets/css/style.css b/views/assets/css/style.css
new file mode 100644
index 0000000..a770755
--- /dev/null
+++ b/views/assets/css/style.css
@@ -0,0 +1,14 @@
+.post-header {
+ flex-wrap: wrap;
+ flex-direction: row;
+ justify-content: space-between;
+ display: flex;
+}
+summary {
+ text-decoration: dashed;
+ font-weight: bold;
+ color: var(--pico-primary);
+ margin: 8px 0;
+ padding: 8px;
+ border: 1px dashed var(--pico-muted-border-color);
+} \ No newline at end of file