From 44fff74c17edc9039504974b27ae921c60a1742b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 6 Mar 2026 17:31:58 -0800 Subject: good version on branch --- index.org | 2 +- style.css | 28 +++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/index.org b/index.org index c4b0bf0..e521e29 100644 --- a/index.org +++ b/index.org @@ -1,4 +1,4 @@ -#+title: Introducing ret2pop +#+title: Introducing Ret2pop #+author: Preston Pan #+date: <2023-06-09 Fri> #+description: A website full of wonder and explanation diff --git a/style.css b/style.css index e527d7a..91993f0 100644 --- a/style.css +++ b/style.css @@ -487,8 +487,9 @@ header, .title + p, .subtitle + p { a { display: block; - width: 218px; - padding: 10px 16px; + width: 100%; + padding: 10px 16px 10px 32px; + box-sizing: border-box; font-size: 13px; font-family: var(--font-mono); white-space: nowrap; @@ -496,7 +497,6 @@ header, .title + p, .subtitle + p { text-overflow: ellipsis; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border-left: 3px solid transparent; - padding-left: 32px; opacity: 0.8; &, &:visited { @@ -511,6 +511,28 @@ header, .title + p, .subtitle + p { border-left: 3px solid var(--accent); } } + ul { + a { + padding-left: 48px; + opacity: 0.55; + font-size: 12px; + + &:hover { + padding-left: 38px; + opacity: 1; + } + } + + ul a { + padding-left: 64px; + opacity: 0.4; + + &:hover { + padding-left: 54px; + } + } + + } } h2 { display: none !important; } -- cgit v1.3