Skip to content
Merged
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
8 changes: 8 additions & 0 deletions src/browser/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@import "tailwindcss";

/* Disable the default browser focus outline (the blue ring).
Components can still use intentional focus styles like border-color changes. */
*:focus,
*:focus-visible {
outline: none;
}

@source "../node_modules/streamdown/dist/index.js";

/* Geist Font Declarations */
Expand Down