Skip to content

Commit 0a92182

Browse files
authored
Rename Customizing CSS page to User Themes (#997)
Rename Customizing CSS page to User Themes
1 parent 6fc4200 commit 0a92182

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function sidebarKagi() {
187187
{ text: 'Sharing Results', link: '/kagi/features/share-results' },
188188
{ text: 'Search Shortcuts', link: '/kagi/features/search-shortcuts' },
189189
{ text: 'Filtering Results', link: '/kagi/features/filtering-results' },
190-
{ text: 'Customizing Kagi CSS', link: '/kagi/features/custom-css' },
190+
{ text: 'User Themes', link: '/kagi/features/custom-css' },
191191
{ text: 'Redirects', link: '/kagi/features/redirects' },
192192
{ text: 'Code Searches', link: '/kagi/features/code' },
193193
{ text: 'Verbatim Search', link: '/kagi/features/verbatim' },

docs/kagi/features/custom-css.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
# Customizing Kagi CSS
2-
3-
[Cascading Style Sheets](https://en.wikipedia.org/wiki/CSS) (CSS) is a language used to stylize HTML elements in web pages. Using CSS, you can fully customize Kagi's search and landing pages from your [Appearance settings](https://kagi.com/settings/custom_css).
4-
5-
Custom CSS does not apply to Settings pages, and is currently limited to 40,000 characters --- including whitespace.
6-
7-
Use the `no_css` query parameter (for example, `kagi.com/search?q=test&no_css`) to disable your custom CSS if something horribly breaks!
8-
91
## User Themes
102

113
Themes allow you to customize the look and feel of Kagi, enhancing your search experience with personalized colors, layouts, and styles.
12-
Our community has created and shared numerous themes, which you can explore on [awesome-kagi-css](https://github.com/kawaiier/awesome-kagi-css/) or browse the selection below.
4+
Our community has created and shared numerous themes, which you can explore on [OpenKagi](https://openkagi.com/) or browse the selection below.
135

146
To apply a theme:
157

@@ -456,6 +448,14 @@ Hide the floating Quick Search button from Kagi search results page.
456448

457449
</details>
458450

451+
# Creating Your Own Theme
452+
453+
[Cascading Style Sheets](https://en.wikipedia.org/wiki/CSS) (CSS) is a language used to stylize HTML elements in web pages. Using CSS, you can fully customize Kagi's search and landing pages from your [Appearance settings](https://kagi.com/settings/custom_css).
454+
455+
Custom CSS does not apply to Settings pages, and is currently limited to 40,000 characters --- including whitespace.
456+
457+
Use the `no_css` query parameter (for example, `kagi.com/search?q=test&no_css`) to disable your custom CSS if something horribly breaks!
458+
459459
## Learn
460460

461461
If you want to learn more about how to customize your Kagi Search CSS, below is a video tutorial. The video features a slightly older design of Kagi Search, but the CSS principles are the same.

0 commit comments

Comments
 (0)