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) {
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%;