Fix icons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user