Skip to content

Commit

Permalink
make sidebar mroe distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Oct 5, 2024
1 parent 087034d commit 1699bbc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400..900&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" />
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" /> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">

<style type="text/css">
body {
:root {
--theme-color: #9A3536;
/* --sidebar-nav-link-color--active: var(--theme-color); */
/* --sidebar-nav-link-border-color--active: var(--theme-color); */
}

.cover {
Expand Down Expand Up @@ -59,7 +62,6 @@
code .token {
color: #3c7cc2;
}

</style>
</head>

Expand Down

0 comments on commit 1699bbc

Please sign in to comment.