Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/ensnode.io/src/styles/starlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,20 @@
.sl-link-card {
border-color: var(--sl-color-gray-4);
box-shadow: var(--sl-shadow-sm);
transition:
background-color 0.2s ease-in-out,
border-color 0.2s ease-in-out;
Comment thread
notrab marked this conversation as resolved.
}

.card-grid .card {
border-radius: 12px;
}

.sl-link-card:hover,
.sl-link-card:hover {
background: color-mix(in srgb, var(--sl-color-accent) 8%, transparent);
border-color: color-mix(in srgb, var(--sl-color-accent) 50%, transparent);
}
Comment thread
notrab marked this conversation as resolved.
Comment thread
notrab marked this conversation as resolved.
Comment thread
notrab marked this conversation as resolved.

a[rel="next"]:hover,
a[rel="prev"]:hover {
background: var(--sl-color-black);
Expand Down
Loading