We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3a075 commit 8e22b35Copy full SHA for 8e22b35
README.md
@@ -1,3 +1,13 @@
1
# ghcss-extension
2
3
-A simple extension that allows users to view custom css on GitHub profiles.
+A simple extension that allows users to view custom css on GitHub profiles.
4
+
5
+# Usage
6
+### For User Pages
7
+Create a `user.css` file inside your user profile repository (e.g. https://github.com/someuser/someuser).
8
9
+### For Repositories
10
+Create a `repo.css` file inside your repository.
11
12
+### For Organizations
13
+Create a `org.css` file inside the `.github` repository (e.g. https://github.com/someorg/.github)
0 commit comments