hexo-theme-yet-the-books-optimize 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-yet-the-books-optimize",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "🌙 It starts with the appearance and stays true to the words. A blog theme dedicated to those who love to think.",
5
5
  "git": "https://github.com/wan-lights/hexo-theme-yet-the-books-optimize.git",
6
6
  "keywords": [
@@ -599,6 +599,10 @@ article pre > code {
599
599
 
600
600
  p > code {
601
601
  color: #0000f7;
602
+ }
603
+
604
+ li > code {
605
+ color: #0000f7;
602
606
  }
603
607
 
604
608
  article ul {