Skip to content

Commit c8c359a

Browse files
committed
fix: link GitHub button to UserStyles.world instead of raw CSS
1 parent 7ba1c1b commit c8c359a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A [Simply Dark](https://simplydark.net) Theme
1616

1717
A custom dark theme for GitHub that replaces the default color palette with the Tomorrow Night Darkly aesthetic. Requires the [Stylus](https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne) browser extension.
1818

19-
[Install GitHub Theme](https://raw.githubusercontent.com/chiefmikey/tomorrow-night-darkly/main/github/github-theme-tomorrow-night-darkly.user.css) -- click with Stylus installed for one-click setup with auto-updates.
19+
[Install GitHub Theme](https://userstyles.world/style/27011/tomorrow-night-darkly-github) from UserStyles.world.
2020

2121
### What it covers
2222

client/src/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const App = () => (
3434
<span className="content-text">Chrome</span>
3535
</a>
3636
<a
37-
href="https://raw.githubusercontent.com/chiefmikey/tomorrow-night-darkly/main/github/github-theme-tomorrow-night-darkly.user.css"
37+
href="https://userstyles.world/style/27011/tomorrow-night-darkly-github"
3838
className="content-option"
3939
target="_blank"
4040
rel="noreferrer"

0 commit comments

Comments
 (0)