simov před 1 rokem
rodič
revize
5dddccfd84
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 3 0
      content/themes.css
  2. 1 1
      options/settings.js

+ 3 - 0
content/themes.css

@@ -216,6 +216,9 @@
 ._theme-github-dark > pre {
   color: #fff;
 }
+._theme-github-dark a {
+  color: #4493f8 !important;
+}
 ._theme-github-dark .markdown-body {
   border: 1px solid #30363d;
 }

+ 1 - 1
options/settings.js

@@ -1,7 +1,7 @@
 
 var Settings = () => {
   var defaults = {
-    icon: false,
+    icon: 'default',
     theme: 'light',
     _icons: ['default', 'light', 'dark'],
     _themes: ['light', 'dark', 'auto'],