Skip to content

Commit

Permalink
fix darkmode css
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai1204 committed Jun 21, 2024
1 parent b202015 commit 6c413e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scombz-utilities",
"displayName": "ScombZ Utilities",
"version": "4.1.0",
"version": "4.1.1",
"description": "__MSG_extensionDescription__",
"author": "udai",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions src/contents/util/darkModeCSS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,18 @@ const darkModeCSS = `
background: #444c;
color: #dfdfdf;
}
.scombz-utilites-email-button-group > button {
background: #333;
}
.scombz-utilites-email-button-group > button:hover {
background-color: #2a2b2f;
border-color: #646e9b;
color: #646e9b;
}
a.utilities-anchor {
color: #66f !important;
text-decoration: underline !important;
}
`;

export default darkModeCSS;

0 comments on commit 6c413e9

Please sign in to comment.