Skip to content

Commit 1063da4

Browse files
authored
Update index.html
1 parent 41a9ad4 commit 1063da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css" title="docsify-darklight-theme" type="text/css">
3333

3434
<!-- Favicon -->
35-
<link rel="icon" href="../src/media/logo.png" type="image/png">
35+
<link rel="shortcut icon" href="favicon.ico">
3636
</head>
3737

3838
<body>
@@ -50,7 +50,7 @@
5050
},
5151
darklightTheme: {
5252
siteFont : "Source Sans Pro, Helvetica Neue",
53-
defaultTheme : "light",
53+
defaultTheme : "dark",
5454
codeFontFamily : "Roboto Mono, Monaco, courier, monospace",
5555
bodyFontSize: "15px"
5656
}
@@ -63,7 +63,7 @@
6363

6464
<style>
6565
blockquote:first-of-type {
66-
background-color: rgba(235, 248, 242, 0.363);
66+
background-color: rgba(255, 215, 0, 0.2);
6767
}
6868
</style>
6969
</body>

0 commit comments

Comments
 (0)