From b816366cb4a14f55ceceac133a017e866346405e Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Tue, 17 Mar 2026 13:17:56 -0700 Subject: [PATCH] notch corner --- static/css/post-self.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/post-self.css b/static/css/post-self.css index da01338..4d834a5 100644 --- a/static/css/post-self.css +++ b/static/css/post-self.css @@ -218,6 +218,11 @@ main.story .author, main.story .character, main.story h3 { background: linear-gradient(315deg, transparent 0.5rem, rgba(127, 127, 127, 0.1) 0) bottom right; } +.works > nav .active { + background-color: transparent !important; + background: linear-gradient(135deg, transparent 0.5rem, rgba(127, 127, 127, 0.2) 0) top left; +} + @media only screen and (max-width: 960px) { .carousel nav { display: none;