Add files via upload

pull/6/head
Fenny 2020-01-07 11:39:22 -05:00 committed by GitHub
parent 8fb3bf3bef
commit 659bfcf115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 5 deletions

View File

@ -9,8 +9,24 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono&display=swap" rel="stylesheet">
<style>
.sidebar li {
margin: 0px 0;
}
.sidebar-toggle span {
background-color: #fff;
}
.sidebar-toggle {
cursor: pointer;
background: #42b983;
width: 36px;
border-top-right-radius: 4px;
}
.sidebar-toggle .sidebar-toggle-button:hover {
opacity: 1;
}
.sidebar-nav > ul > ul > li {
font-size: 11px;
}
:focus {
outline: none;
}
@ -144,11 +160,11 @@
next.addClass('active')
})
</script>
<script>
<!-- <script>
((window.gitter = {}).chat = {}).options = {
room: 'FiberGo/community'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</script> -->
<!-- <script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script> -->
</body>
</html>