Skip to content

Commit bb9153a

Browse files
committed
chore: add tip
1 parent e8f7327 commit bb9153a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For production, please use the numbered version to prevent breaking changes in p
2121
``` html
2222
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="./_css/colors-dark.css">
2323
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="./_css/colors-light.css">
24-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/main.min.css">
24+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/dist/main.min.css">
2525
```
2626

2727
### Development
@@ -39,6 +39,7 @@ If you are developing on a doc, you can use the latest. Make sure you switch it
3939
- This project is inspired by the color pallet naming scheme of [daisyUI](https://daisyui.com/): You can use their [theme generator](https://daisyui.com/theme-generator/) to select colors.
4040
- If you think something on your docs should have a different color. You are more then welcome to copy the `src/main.css` into your `_css` folder as well. Just make sure you don't forget to adjust hte link in in the `head` section of your `index.html`!
4141
- If you already have a css files, you are free to change the folder location in the stylesheet references in `index.html`.
42+
- If you need additional fixes, feel free to copy my css file from [this repo]([_css/fixes.css](https://github.com/FlippedCodes/Anything-Computer-Docs/blob/main/_css/fixes.css)).
4243

4344
## Contributing
4445

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-simple-themable",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A docsify.js plugin to simplify the color selection for docsify-themable.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)