Skip to content

Changes for new Zen update #1

@devxan

Description

@devxan

Blending the background with Zen's own color:

#sidebar-box {
  background-color: transparent;
  color: var(--zen-colors-primary);
}
.sidebar-panel[lwt-sidebar] {
  background-color: transparent;
}

The border &/or shadow can be eliminated by removing the box-shadow and the border line:

#zen-tabbox-wrapper {
  & #sidebar-box {
    border-radius: var(--zen-border-radius);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: var(--zen-element-separation) !important;
    overflow: hidden;
    border: 1px solid var(--zen-colors-border);
  }
}

Thanks to @KiKaraage dev of ArcWTF for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions