Skip to content

Commit

Permalink
💄 (popup): Clickable title + lighter dark mode red in popup text
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Nov 27, 2023
1 parent 033d640 commit b4c9c66
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions src/popup/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--lighterColor: #e5f0fc;
--aColor: #539bf5;
--red: #a31717;
--lightRed: rgb(208, 18, 14);
--green: #50e050;
}

Expand Down
4 changes: 4 additions & 0 deletions src/popup/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ textarea {
border-radius: 0 0 75% 0/50%;
box-shadow: 14px 30px 122px -30px rgba(0, 0, 0, 0.75);
}
#popup-header a {
color: white !important;
text-decoration: none;
}

#filter-favorites {
height: 32px;
Expand Down
2 changes: 1 addition & 1 deletion src/popup/min/dark.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4c9c66

Please sign in to comment.