Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd2aad5

Browse files
committed
style: update pages
1 parent d43922d commit fd2aad5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css">
1414
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
1515
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
16+
<style>
17+
.markdown-section code {
18+
font-weight: 400;
19+
}
20+
</style>
1621
</head>
1722

1823
<body>
@@ -43,7 +48,6 @@
4348
<script>
4449
window.$docsify = {
4550
name: "advanced-java",
46-
repo: "doocs/advanced-java",
4751
maxLevel: 3,
4852
auto2top: true,
4953
coverpage: true,

0 commit comments

Comments
 (0)