From 8f5cbbca383ba34362bdc52ef6c415410c5cf7a2 Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Wed, 6 May 2026 12:03:46 +0300 Subject: [PATCH] Nicer formatting --- content/index.org | 6 +++--- static/style.css | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/content/index.org b/content/index.org index f4560b8..2c9fd56 100644 --- a/content/index.org +++ b/content/index.org @@ -1,12 +1,12 @@ -#+TITLE: Home +#+TITLE: Aner Zakobar's Personal Waste of Bits #+DESCRIPTION: Personal website -* Hello +* Welcome! Welcome to my personal site. I'm Aner. This is a place for writing, projects, and whatever else I find worth putting down. -** Projects +* Projects - [[file:about.org][About me]] diff --git a/static/style.css b/static/style.css index e84b952..108355c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ /* ── Custom Properties ───────────────────────────────── */ :root { --bg: #ffffe0; - --fg: #1a1a1a; + --fg: #2f4f4f; --muted: #666666; --accent: #2563eb; --border: #e5e5e5; @@ -161,5 +161,14 @@ th { /* ── Org-specific cleanup ────────────────────────────── */ .outline-2, .outline-3, .outline-4 { margin-top: 1.5rem; } + +.outline-text-2, +.outline-text-3, +.outline-text-4 { + background: #fffacd; + border-radius: 8px; + padding: 1rem 1.25rem; + margin-top: 0.5rem; +} .tag { display: none; } #table-of-contents { margin-bottom: 2rem; }