Ver Fonte

fix file name typo

jerryliao há 1 ano atrás
pai
commit
0deb8d6643
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      .drone.yml
  2. 1 1
      README.md

+ 1 - 1
.drone.yml

@@ -14,7 +14,7 @@ steps:
   - name: inject
     commands:
       - echo "<link rel="stylesheet" href="/css/themes/dark-theme.css" />" > /home/gogs/gogs/custom/templates/inject/head.tmpl
-      - echo "<link rel="stylesheet" href="/css/themes/simplemde-darker.css" />" >> /home/gogs/gogs/custom/templates/inject/head.tmpl
+      - echo "<link rel="stylesheet" href="/css/themes/simplemde-dark.css" />" >> /home/gogs/gogs/custom/templates/inject/head.tmpl
 
       - echo "<link rel="stylesheet" href="/css/themes/codemirror-material.css" />" >> /home/gogs/gogs/custom/templates/inject/head.tmpl
 

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ An improved gogs dark theme, original from [Stylish](https://userstyles.org/styl
 
 ```html
     <link rel="stylesheet" href="/css/themes/dark-theme.css" />
-    <link rel="stylesheet" href="/css/themes/simplemde-darker.css" />
+    <link rel="stylesheet" href="/css/themes/simplemde-dark.css" />
     <link rel="stylesheet" href="/css/themes/codemirror-material.css" />
 ```