We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43922d commit fd2aad5Copy full SHA for fd2aad5
index.html
@@ -13,6 +13,11 @@
13
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css">
14
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
15
<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>
21
</head>
22
23
<body>
@@ -43,7 +48,6 @@
43
48
<script>
44
49
window.$docsify = {
45
50
name: "advanced-java",
46
- repo: "doocs/advanced-java",
47
51
maxLevel: 3,
52
auto2top: true,
53
coverpage: true,
0 commit comments