Skip to content

Commit

Permalink
Merge pull request #99 from noelleleigh/preserve-focus-style
Browse files Browse the repository at this point in the history
main.css: Restore keyboard focus indicator
  • Loading branch information
neauoire authored Feb 17, 2024
2 parents 63388c7 + 19a446e commit 16e7344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion links/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

*:focus { outline: none}
::selection { background: #eee; opacity:1.0; color:#000; padding:10px; /* Safari */ }

body { background:#fff; color:#000; overflow-x: hidden; font-family: sans-serif; padding:0; margin:0; }
Expand Down

0 comments on commit 16e7344

Please sign in to comment.