diff --git a/web/public/style.css b/web/public/style.css index 34fb5c5..aea3800 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -56,7 +56,14 @@ text-wrap: balance; color: var(--col-01); } -title, style, script { +*::-webkit-scrollbar { + background-color: #80808000; + width: 5px; + height: 8px; +} +*::-webkit-scrollbar-thumb { + background: #ccc; +} display: none; } body {