From e9a64f3b41b5eae47dec7c0ecfd1caae83136abc Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sat, 20 Jul 2024 21:56:37 +0300 Subject: initial --- views/assets/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/assets/css/style.css (limited to 'views/assets/css/style.css') 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 -- cgit v1.2.3