From da3b5d5bc19f08c5f9f26d35db78f3f40b218705 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 17 Feb 2024 15:32:09 +0300 Subject: [PATCH] Mooore edge highlights! --- sass/_main.scss | 2 ++ sass/_nav.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/sass/_main.scss b/sass/_main.scss index f293871..c3ce6d5 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -210,6 +210,7 @@ kbd { code:not(pre code) { background-color: var(--fg-muted-2); border-radius: var(--rounded-corner-small); + box-shadow: var(--edge-highlight); color: var(--red-fg); padding: 0.125rem 0.375rem; } @@ -301,6 +302,7 @@ details { table { border-collapse: collapse; border-radius: var(--rounded-corner); + box-shadow: var(--edge-highlight); overflow: hidden; table-layout: fixed; width: 100%; diff --git a/sass/_nav.scss b/sass/_nav.scss index b778218..511b080 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -40,6 +40,7 @@ &:hover { background-color: var(--fg-muted-1); + box-shadow: var(--edge-highlight); color: var(--primary-color); text-decoration: none; }