Browse Source

Fix docs logo

DarthSim 5 years ago
parent
commit
1162e08e2d
2 changed files with 6 additions and 1 deletions
  1. 4 0
      docs/assets/style.css
  2. 2 1
      docs/index.html

+ 4 - 0
docs/assets/style.css

@@ -26,6 +26,10 @@
   --copycode-background: var(--link-color);
 }
 
+.app-name-link img {
+  width: 90%
+}
+
 .content {
   background: linear-gradient(
     180deg,

+ 2 - 1
docs/index.html

@@ -45,7 +45,8 @@
   <script src="assets/docsify-gitter.js"></script>
   <script>
     window.$docsify = {
-      name: '<img style="width:90%" title="imgproxy logo" src="/assets/logo.svg" >',
+      logo: '/assets/logo.svg',
+      name: 'imgproxy',
       repo: 'https://github.com/imgproxy',
       loadSidebar: true,
       subMaxLevel: 2,