]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_theming.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / contributing_theming.md
index 25c8ca6d16c491865217489f18f827bf278bfdf1..2610b5fb4e8d077ccba033f541b5b4b15ea07493 100644 (file)
@@ -12,7 +12,8 @@ Lemmy uses [Bootstrap v4](https://getbootstrap.com/), and very few custom css cl
 
 ## Adding
 
-1. Copy `{my-theme-name}.min.css` to `ui/assets/css/themes`. (You can also copy the `_variables.scss` here if you want).
-1. Go to `ui/src/utils.ts` and add `{my-theme-name}` to the themes list.
+1. Fork the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui).
+1. Copy `{my-theme-name}.min.css` to `src/assets/css/themes`. (You can also copy the `_variables.scss` here if you want).
+1. Go to `src/shared/utils.ts` and add `{my-theme-name}` to the themes list.
 1. Test locally
 1. Do a pull request with those changes.