simov 1 rok pred
rodič
commit
5dddccfd84
2 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  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'],