Mooore edge highlights!

This commit is contained in:
daudix
2024-02-17 15:32:09 +03:00
parent cc757035be
commit da3b5d5bc1
2 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,7 @@ kbd {
code:not(pre code) { code:not(pre code) {
background-color: var(--fg-muted-2); background-color: var(--fg-muted-2);
border-radius: var(--rounded-corner-small); border-radius: var(--rounded-corner-small);
box-shadow: var(--edge-highlight);
color: var(--red-fg); color: var(--red-fg);
padding: 0.125rem 0.375rem; padding: 0.125rem 0.375rem;
} }
@ -301,6 +302,7 @@ details {
table { table {
border-collapse: collapse; border-collapse: collapse;
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
box-shadow: var(--edge-highlight);
overflow: hidden; overflow: hidden;
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;

View File

@ -40,6 +40,7 @@
&:hover { &:hover {
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
box-shadow: var(--edge-highlight);
color: var(--primary-color); color: var(--primary-color);
text-decoration: none; text-decoration: none;
} }