Skip to content

Commit

Permalink
Remove logo filter, focus on test suite support
Browse files Browse the repository at this point in the history
  • Loading branch information
jethron committed Apr 21, 2022
1 parent b22663d commit eee4ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/style/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ body.themedark {
--bulma-modal-background-background-color: #{$t};
$t: rgba($bulma-white, 0.2);
--bulma-delete-background-color: #{$t};

.navbar-brand img {
filter: brightness(350%);
}
}

.delete {
Expand Down
3 changes: 2 additions & 1 deletion src/style/inspector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ input[type="file"]::file-selector-button {

.column.timeline {
display: flex;
flex-direction: column;
flex-direction: column-reverse;
justify-content: space-between;
align-content: center;
gap: 1em;
}

.timeline__events {
Expand Down

0 comments on commit eee4ab4

Please sign in to comment.