From 743f349066fb440ee1b3739abcb707bfe9cf409b Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:50:18 -0600 Subject: [PATCH] chore: Updates callouts style for better redability --- .gitignore | 2 ++ content/building-zen-browser/building-zen-browser.md | 2 ++ content/themes-store/themes-marketplace-preferences.md | 1 + .../themes-store/themes-marketplace-submission-guidelines.md | 1 + 4 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7f07bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +/content/.obsidian diff --git a/content/building-zen-browser/building-zen-browser.md b/content/building-zen-browser/building-zen-browser.md index d7bc04b..d8cabc5 100644 --- a/content/building-zen-browser/building-zen-browser.md +++ b/content/building-zen-browser/building-zen-browser.md @@ -2,6 +2,7 @@ title: Building Zen Browser --- +> [!failure] > We cannot provide support if a build fails. Please understand this before proceeding with the following steps. We've took the time to make building Zen Browser as easy as possible, independent of your operating system or technical knowledge. @@ -27,6 +28,7 @@ npm run init 4. Start building the browser +> [!info] > This may take a while, depending on your internet connection and computer speed. ```bash diff --git a/content/themes-store/themes-marketplace-preferences.md b/content/themes-store/themes-marketplace-preferences.md index 54f1745..8bd1c28 100644 --- a/content/themes-store/themes-marketplace-preferences.md +++ b/content/themes-store/themes-marketplace-preferences.md @@ -38,4 +38,5 @@ In the theme's CSS file, you can use the preference to change the background col This settings will appear on the preferences page of the theme in the Zen Browser settings. Users can enable or disable the preference to change the background color of the browser. +> [!info] > Note: Other values such as strings or numbers may be supported in the future. For now, only booleans are supported. \ No newline at end of file diff --git a/content/themes-store/themes-marketplace-submission-guidelines.md b/content/themes-store/themes-marketplace-submission-guidelines.md index 0af5d22..6239013 100644 --- a/content/themes-store/themes-marketplace-submission-guidelines.md +++ b/content/themes-store/themes-marketplace-submission-guidelines.md @@ -28,4 +28,5 @@ If you are a theme developer and would like to submit your theme, please follow - If you would like to update your theme, please create an issue [here](https://github.com/zen-browser/theme-store/issues/new) - Please explain the changes you have made. +> [!info] > Themes are automatically updated and generated by the bot. If your theme is not approved, you will receive a message with the reason why it was not approved.