From 2ecac616d576252a1cc8f7b918a369cdc9fd5227 Mon Sep 17 00:00:00 2001 From: Fi3w0 Date: Tue, 11 Aug 2026 17:30:50 +0200 Subject: [PATCH] style: restore profile card outline --- css/editorial.css | 3 ++- index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/editorial.css b/css/editorial.css index d679bb6..fff54a6 100644 --- a/css/editorial.css +++ b/css/editorial.css @@ -372,7 +372,7 @@ code { width: min(18rem, 80%); min-height: 5rem; padding: 0.6rem; - border: 0; + border: 2px solid rgba(240, 153, 110, 0.55); border-radius: 0; background: var(--bg-soft); color: var(--text); @@ -385,6 +385,7 @@ code { .profile-chip:hover { transform: rotate(-1deg) translateY(-0.2rem); + border-color: var(--coral); } .profile-chip img { diff --git a/index.html b/index.html index 92c5044..a4fa6ef 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - +