You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/style/dark-mode.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ badge: v1.3+
7
7
Dark Mode is a supplemental mode that can be used to display mostly dark surfaces on the UI. The design reduces the light emitted by device screens while maintaining the minimum color contrast ratios required for readability.
8
8
9
9
The advantages of Dark Mode are that:
10
-
*it enhances visual ergonomics by reducing eye strain.
10
+
*It enhances visual ergonomics by reducing eye strain.
11
11
* Provides comfort of use at night or in dark environments.
12
12
* It conserves battery power mainly if the device screen is OLED or AMOLED, thereby enabling device usage for longer periods without charging.
13
13
@@ -16,7 +16,7 @@ The advantages of Dark Mode are that:
16
16
1. It sets a default dark background for the pages (that you can easily override through CSS with the `body.body--dark` selector)
17
17
2. All Quasar components with a `dark` property will have it automatically set to `true`. No need to do it manually.
18
18
19
-
The auto-detection works by looking at `prefers-color-scheme: dark` media query and it's dynamic. If the client browser/platform switches to/from Dark mode while your app is running, it will also update Quasar's Dark mode (if Dark mode is set to `auto`).
19
+
The auto-detection works by looking at `prefers-color-scheme: dark` media query and is dynamic. If the client browser/platform switches to/from Dark mode while your app is running, it will also update Quasar's Dark mode (if Dark mode is set to `auto`).
0 commit comments