Skip to content

Commit

Permalink
Restore the nice boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mendax1234 committed Jul 11, 2022
1 parent d8a2acc commit c7afbaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ a.button {
color: var(--ls-icon-color);
}

div[data-refs-self*='"card"'] {
margin: 0.5em;
background-color: var(--canvas-subtle);
border: 1px solid var(--border-default);
box-shadow: none;
}

.form-checkbox {
border-radius: 6px;
}
Expand Down

0 comments on commit c7afbaf

Please sign in to comment.