Skip to content

Commit

Permalink
fix: remove blue border in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
aritro2002 committed Oct 23, 2024
1 parent 7796e99 commit a90c4d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/Index.res
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%%raw(`require("tailwindcss/tailwind.css")`)
%%raw("import './index.css'")

Sentry.initiateSentry(~dsn=GlobalVars.sentryDSN)

Expand Down
23 changes: 8 additions & 15 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
/* Remove focus outline in Firefox */
@-moz-document url-prefix() {
*:focus,
*:focus-visible,
*:focus-within,
*:active {
outline: transparent !important;
}
}

0 comments on commit a90c4d1

Please sign in to comment.