Mooore edge highlights!
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user