Compare commits
2 Commits
d97529a8e2
...
d183adaf0a
| Author | SHA1 | Date | |
|---|---|---|---|
| d183adaf0a | |||
| 8f5cbbca38 |
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
#+TITLE: Home
|
#+TITLE: Aner Zakobar's Personal Waste of Bits
|
||||||
#+DESCRIPTION: Personal website
|
#+DESCRIPTION: Personal website
|
||||||
|
|
||||||
* Hello
|
* Welcome!
|
||||||
|
|
||||||
Welcome to my personal site. I'm Aner.
|
Welcome to my personal site. I'm Aner.
|
||||||
|
|
||||||
This is a place for writing, projects, and whatever else I find worth putting down.
|
This is a place for writing, projects, and whatever else I find worth putting down.
|
||||||
|
|
||||||
** Projects
|
* Projects
|
||||||
|
|
||||||
- [[file:about.org][About me]]
|
- [[file:about.org][About me]]
|
||||||
|
|||||||
+19
-2
@@ -1,7 +1,7 @@
|
|||||||
/* ── Custom Properties ───────────────────────────────── */
|
/* ── Custom Properties ───────────────────────────────── */
|
||||||
:root {
|
:root {
|
||||||
--bg: #ffffe0;
|
--bg: #ffffe0;
|
||||||
--fg: #1a1a1a;
|
--fg: #2f4f4f;
|
||||||
--muted: #666666;
|
--muted: #666666;
|
||||||
--accent: #2563eb;
|
--accent: #2563eb;
|
||||||
--border: #e5e5e5;
|
--border: #e5e5e5;
|
||||||
@@ -160,6 +160,23 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ── Org-specific cleanup ────────────────────────────── */
|
/* ── Org-specific cleanup ────────────────────────────── */
|
||||||
.outline-2, .outline-3, .outline-4 { margin-top: 1.5rem; }
|
.outline-3, .outline-4 { margin-top: 1.5rem; }
|
||||||
|
|
||||||
|
.outline-2 {
|
||||||
|
background: #fffacd;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outline-2 > h2 {
|
||||||
|
background: #bfefff;
|
||||||
|
padding: 0.5rem 1.25rem;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outline-2 > .outline-text-2 {
|
||||||
|
padding: 0.75rem 1.25rem;
|
||||||
|
}
|
||||||
.tag { display: none; }
|
.tag { display: none; }
|
||||||
#table-of-contents { margin-bottom: 2rem; }
|
#table-of-contents { margin-bottom: 2rem; }
|
||||||
|
|||||||
Reference in New Issue
Block a user