Skip to content

Commit 5dddccf

Browse files
committed
Minor fixes
1 parent 60e90e1 commit 5dddccf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/themes.css

+3
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@
216216
._theme-github-dark > pre {
217217
color: #fff;
218218
}
219+
._theme-github-dark a {
220+
color: #4493f8 !important;
221+
}
219222
._theme-github-dark .markdown-body {
220223
border: 1px solid #30363d;
221224
}

options/settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
var Settings = () => {
33
var defaults = {
4-
icon: false,
4+
icon: 'default',
55
theme: 'light',
66
_icons: ['default', 'light', 'dark'],
77
_themes: ['light', 'dark', 'auto'],

0 commit comments

Comments
 (0)