chore: Updates callouts style for better redability

This commit is contained in:
Jafeth Garro 2024-08-18 14:50:18 -06:00
parent 6acc5d5a27
commit 743f349066
4 changed files with 6 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/content/.obsidian

View file

@ -2,6 +2,7 @@
title: Building Zen Browser title: Building Zen Browser
--- ---
> [!failure]
> We cannot provide support if a build fails. Please understand this before proceeding with the following steps. > 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. 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 4. Start building the browser
> [!info]
> This may take a while, depending on your internet connection and computer speed. > This may take a while, depending on your internet connection and computer speed.
```bash ```bash

View file

@ -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. 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. > Note: Other values such as strings or numbers may be supported in the future. For now, only booleans are supported.

View file

@ -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) - 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. - 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. > 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.