Fix icons

This commit is contained in:
2026-06-24 19:47:03 -04:00
parent 82c10d9278
commit ff44b7fed5
7 changed files with 150 additions and 6 deletions

View File

@@ -9,6 +9,22 @@ function toggleDark() { dark.value = !dark.value }
</script>
<style lang="scss">
::-webkit-scrollbar {
width: .45rem;
height: .45rem;
}
::-webkit-scrollbar-thumb {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
background-color: #d7d7d799;
border-width: 1px;
border-radius: 9999px;
}
::-webkit-scrollbar-track {
background-color: #0000;
border-radius: 9999px;
}
:root {
--bg: #ffffff;
--surface: #d0dae1;