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; }