mirror of https://github.com/onweru/compose.git

ltGuillaume
24.45.2023 9eef77903ad6c1756d32f7e4d369b2e385fbe0e1
Use scroll thumb color "relative" to the background color, so that it will work better if the background color is customized.
1 files modified
4 ■■■■ changed files
assets/sass/_variables.sass 4 ●●●● patch | view | raw | blame | history
assets/sass/_variables.sass
@@ -14,7 +14,7 @@
  --inline-color: darkgoldenrod
  --theme: rgb(52,199,89)
  --ease: ease
  --scroll-thumb: #e8e8e8
  --scroll-thumb: rgba(0,0,0,.06)
  --search-border-color: transparent
  --next-icon-path: url(../images/icons/double-arrow.svg)
  --never-icon-path: url(../images/sitting.svg)
@@ -27,7 +27,7 @@
    --accent: var(--bubble)
    --overlay: var(--bubble)
    --border-color: transparent
    --scroll-thumb: #2a2a2c
    --scroll-thumb: rgba(255,255,255,.06)
    --search-bg: var(--accent)
    --search-border-color: var(--accent)
    *