Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix thought archive element colors from black to opaque black
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomAshes committed Jul 21, 2022
1 parent ffb8da3 commit e7cbe70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
background: main.$light-asphalt;

.thought-count {
background: main.$black;
background-color: rgba(main.$black, 0.22);
}

.view-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

@include main.dark-theme {
.list-header {
background: main.$black;
background-color: rgba(main.$black, 0.22);

.sort-button {
color: main.$gray-2;
Expand Down

0 comments on commit e7cbe70

Please sign in to comment.