From 4cd165111d22b9601bc96cf216e15c27b0753044 Mon Sep 17 00:00:00 2001 From: Free Date: Tue, 31 Aug 2021 16:22:35 +0200 Subject: [PATCH 1/3] Update 'Gitea/readme.md' --- Gitea/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitea/readme.md b/Gitea/readme.md index 744741e..d63472c 100644 --- a/Gitea/readme.md +++ b/Gitea/readme.md @@ -24,7 +24,7 @@ To install the theme for all Gitea users: If you use the Stylus browser extension, you can use the [`theme-gitea-modern.user.css`][usertheme-file] file to apply to any Gitea instance. ### Contributing -To make changes, always base them on [`theme-gitea-modern.styl`](theme-gitea-modern.styl), which is written for any CSS preprocessor that supports CSS nesting, like 'Stylus' (recommended) or 'Less'. +To make changes, always base them on [`theme-gitea-modern.styl`](theme-gitea-modern.styl), which requires the [Stylus preprocessor](https://stylus-lang.com/). When making contributions, don't use the compiled version for your changes. [theme-file]: https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.css From 3ec09c9c3a68418158d8f2e0680587749e0a0c00 Mon Sep 17 00:00:00 2001 From: Free Date: Fri, 3 Sep 2021 00:13:11 +0200 Subject: [PATCH 2/3] Update 'Gitea/readme.md' --- Gitea/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gitea/readme.md b/Gitea/readme.md index d63472c..a32575c 100644 --- a/Gitea/readme.md +++ b/Gitea/readme.md @@ -21,7 +21,9 @@ To install the theme for all Gitea users: ### Usage with Stylus -If you use the Stylus browser extension, you can use the [`theme-gitea-modern.user.css`][usertheme-file] file to apply to any Gitea instance. +If you use the [Stylus browser extension](https://add0n.com/stylus.html), you can use the [`theme-gitea-modern.user.css`][usertheme-file] file to apply to any Gitea instance. + +Note: The [Stylus browser extension](https://add0n.com/stylus.html) and [Stylus preprocessor](https://stylus-lang.com/) are two different things. ### Contributing To make changes, always base them on [`theme-gitea-modern.styl`](theme-gitea-modern.styl), which requires the [Stylus preprocessor](https://stylus-lang.com/). From 4fb0b2c334c18cf0da682fb5ad4e6ab4ac2314b5 Mon Sep 17 00:00:00 2001 From: Free Date: Sat, 16 Oct 2021 17:56:42 +0200 Subject: [PATCH 3/3] Update Readme --- Gitea/readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Gitea/readme.md b/Gitea/readme.md index a32575c..3d466fd 100644 --- a/Gitea/readme.md +++ b/Gitea/readme.md @@ -1,11 +1,9 @@ ## Gitea Modern +This style changes the layout of Gitea, and uses Gitea's color variables. It can be used with any theme that changes only colors. | ![Gitea Modern Repository Page](https://codeberg.org/Freeplay/css-styles/raw/branch/main/images/codeberg-modern_repoPg.png) | ![Gitea Modern Explore Page](https://codeberg.org/Freeplay/css-styles/raw/branch/main/images/codeberg-modern_explorePg.png) | ![Gitea Modern Profile Page](https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/images/codeberg-modern_profilePg.png) |---|---|---| -This style changes the layout of Gitea, and uses Gitea's color variables. It can be used with any theme that changes only colors. - -### Disclaimer -**I don't know if everything is properly polished, and the style is still being worked on. If you find an issue with the style, please create an issue. Or if you can fix an issue yourself, create a pull request!** +**Note:** The [Stylus browser extension](https://add0n.com/stylus.html) and [Stylus preprocessor](https://stylus-lang.com/) are two different things. ### Usage as Gitea theme To install the theme for all Gitea users: @@ -23,8 +21,6 @@ To install the theme for all Gitea users: ### Usage with Stylus If you use the [Stylus browser extension](https://add0n.com/stylus.html), you can use the [`theme-gitea-modern.user.css`][usertheme-file] file to apply to any Gitea instance. -Note: The [Stylus browser extension](https://add0n.com/stylus.html) and [Stylus preprocessor](https://stylus-lang.com/) are two different things. - ### Contributing To make changes, always base them on [`theme-gitea-modern.styl`](theme-gitea-modern.styl), which requires the [Stylus preprocessor](https://stylus-lang.com/). When making contributions, don't use the compiled version for your changes.