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