summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-06 17:31:58 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-06 17:31:58 -0800
commit44fff74c17edc9039504974b27ae921c60a1742b (patch)
tree8d64e26cc448b036c70bbcfb45c463612c71d580 /style.css
parent117f7bbc15ceeebc566e88dd9c6007986638e97c (diff)
good version on branch
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 25 insertions, 3 deletions
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; }