mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-14 10:00:05 +08:00
style: update pages
This commit is contained in:
parent
d43922d659
commit
fd2aad5b56
@ -13,6 +13,11 @@
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
|
||||
<style>
|
||||
.markdown-section code {
|
||||
font-weight: 400;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -43,7 +48,6 @@
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: "advanced-java",
|
||||
repo: "doocs/advanced-java",
|
||||
maxLevel: 3,
|
||||
auto2top: true,
|
||||
coverpage: true,
|
||||
|
Loading…
Reference in New Issue
Block a user