Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
17 changes: 17 additions & 0 deletions packages/tailwind-theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,26 @@
background: radial-gradient(circle, rgba(251, 191, 36, 0.14), transparent 70%);
}

:focus-visible {
outline: 2px solid var(--color-accent-400);
outline-offset: 3px;
}

}

@layer utilities {
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border-width: 0;
}
Comment thread
venikman marked this conversation as resolved.

.rounded,
.rounded-sm,
.rounded-md,
Expand Down
Loading