Fixes.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 10:16:04 +0200
2 files changed,
7 insertions(+),
18 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -13,14 +13,11 @@ --font-family-sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
--font-family-mono: "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --link-color: lightcoral; --link-hover-color: tomato; - --heading-text-color: #dddada; - --primary-text-color: #c7c7c7; - --secondary-text-color: #e0e0e0; + --heading-text-color: ghostwhite; + --primary-text-color: ivory; + --secondary-text-color: floralwhite; --primary-background: #1e1e1e; --secondary-background: #262626; - --success-color: #28b869; - --warning-color: #C97D05; - --error-color: #da3c3c; } html {@@ -120,6 +117,7 @@
pre, code { font-family: var(--font-family-mono); + font-size: 0.9rem; } .break-code {@@ -286,18 +284,6 @@ vertical-align: middle;
border: none; } -hr { - border: none; - margin: 0; -} - -hr::before { - content: '*\00A0\00A0*\00A0\00A0*'; - font-size: 1.5rem; - display: block; - text-align: center; -} - .card-footer { margin: auto; }@@ -337,6 +323,7 @@
.badge-content { width: 46px; text-align: center; + border: 1px solid snow; } .badge-label {
M
rules.min
→
rules.min
@@ -146,6 +146,7 @@ (ARCHIVES code dict.has?)
( ;; Add article to existing archive content ("id" "title" "timestamp" "date") dict.pick :article + article.id "\\\\" "/" replace @article.id ARCHIVES code dict.get :archivedata archivedata "articles" dict.get :articles article articles append @articles@@ -155,6 +156,7 @@ )
( ;; Create new monthly archive content ("id" "title" "timestamp" "date") dict.pick :article + article.id "\\\\" "/" replace @article.id {} month "month" dict.set code "code" dict.set