Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(dark-mode): link to latest palette #3525

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
theme --> palette
liamdebeasi authored Mar 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a5d13afd2adb903a6fc988b7c774c268c866d4a8
6 changes: 3 additions & 3 deletions docs/theming/dark-mode.md
Original file line number Diff line number Diff line change
@@ -225,7 +225,7 @@ It is important to pay attention to the specificity if you want to override any
:::

:::info
The contents of Ionic's dark theme can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **always** dark theme can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.always.scss).
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **always** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.always.scss).
:::

</TabItem>
@@ -244,7 +244,7 @@ It is important to pay attention to the specificity if you want to override any
:::

:::info
The contents of Ionic's dark theme can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **system** dark theme can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.system.scss).
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **system** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.system.scss).
:::

</TabItem>
@@ -262,7 +262,7 @@ It is important to pay attention to the specificity if you want to override any
:::

:::info
The contents of Ionic's dark theme can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **class** dark theme can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.class.scss).
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.scss). The CSS used to apply the **class** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/themes/dark.class.scss).
:::

</TabItem>