diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-07-20 21:56:37 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-07-20 21:58:27 +0300 |
commit | e9a64f3b41b5eae47dec7c0ecfd1caae83136abc (patch) | |
tree | c07898520a7015c3f2a201ca0674efea82dd76a5 /views/assets/css/style.css | |
parent | 9c0a6b21f8f8d9b725e1fe7f11da4532e04fd9f1 (diff) |
initialv0.0.1
Diffstat (limited to 'views/assets/css/style.css')
-rw-r--r-- | views/assets/css/style.css | 14 |
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 |