mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Apply theme to scrollbar
This commit is contained in:
parent
252ebdaf9c
commit
cf03689ed5
2 changed files with 7 additions and 2 deletions
|
@ -2326,6 +2326,11 @@ footer .tsd-legend {
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
.scroller{
|
||||
scrollbar-color: var(--tridactyl-bg) var(--tridactyl-fg);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.tsd-navigation {
|
||||
padding: 0 0 0 40px;
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="tsd-navigation secondary">
|
||||
<nav class="tsd-navigation secondary scroller">
|
||||
<ul>
|
||||
{{#each toc.children}}
|
||||
{{> toc}}
|
||||
|
@ -23,7 +23,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="container container-main">
|
||||
<div class="container container-main scroller">
|
||||
<div class="content-wrap">
|
||||
{{#if model.readme}}
|
||||
<div class="tsd-panel tsd-typography">
|
||||
|
|
Loading…
Add table
Reference in a new issue