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

weru
31.33.2022 2e884f5b05ff3915ac79fa8f432450d3a6e68e67
provide visual feedback in darkmode #70

Signed-off-by: weru <fromweru@gmail.com>
2 files modified
3 ■■■■■ changed files
assets/sass/_components.sass 2 ●●●●● patch | view | raw | blame | history
assets/sass/_variables.sass 1 ●●●● patch | view | raw | blame | history
assets/sass/_components.sass
@@ -35,6 +35,8 @@
    color: var(--text)
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.17)
    font-size: 1rem
    &:hover, &:focus
      background: var(--search-bg)
  &_label
    width: 1rem
    height: 1rem
assets/sass/_variables.sass
@@ -23,6 +23,7 @@
    --accent: var(--bubble)
    --overlay: var(--bubble)
    --border-color: transparent
    --search-bg: var(--accent)
    *
      box-shadow: none !important