From cc30d0d44ad3f516d3bdad741a943fa55dba1c73 Mon Sep 17 00:00:00 2001 From: Fi3w0 Date: Tue, 11 Aug 2026 17:29:28 +0200 Subject: [PATCH] style: remove avatar card borders --- css/editorial.css | 5 ++--- index.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/css/editorial.css b/css/editorial.css index 3f6578a..d679bb6 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: 2px solid rgba(240, 153, 110, 0.55); + border: 0; border-radius: 0; background: var(--bg-soft); color: var(--text); @@ -385,13 +385,12 @@ code { .profile-chip:hover { transform: rotate(-1deg) translateY(-0.2rem); - border-color: var(--coral); } .profile-chip img { width: 4rem; height: 4rem; - border: 1px solid var(--line); + border: 0; border-radius: 0; } diff --git a/index.html b/index.html index 629b06e..92c5044 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - +