Use dark mode trashcan icon in dark mode (#700)

This commit is contained in:
lexi 2022-03-12 19:20:34 -06:00 committed by Daniel Gray
parent 8a70715c89
commit 09536f1012
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -7,7 +7,7 @@ description: |
Focus also destroys browsing history on quit automatically. This is a good way of automatically clearing cookies and website data regularly which is helpful to prevent tracking.
##### **Sanitizing on close**
Focus sanitizies all data on close by default. Pressing on the <img alt="iOS Garbage Bin icon" width="16" height="16" src="/assets/img/browsers/ios-trash.svg"/> will immediately destroy all cookies and website data for the entire session.
Focus sanitizies all data on close by default. Pressing on the <picture><source srcset="/assets/img/browsers/ios-trash-dark.svg" media="(prefers-color-scheme: dark)"><img src="/assets/img/browsers/ios-trash.svg" alt="trash can icon" width="16" height="16"></picture> will immediately destroy all cookies and website data for the entire session.
#### Notes
Focus only lets you open one tab at a time.