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

Commit

Permalink
Better font color
Browse files Browse the repository at this point in the history
  • Loading branch information
pdt1806 committed Aug 7, 2023
1 parent 131c014 commit 6fc27b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/context.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border-radius: 10px;
background-color: white;
border: 1px solid black;
color: black;
color: black !important;
z-index: 9999;
opacity: 0;
transition: opacity 0.3s ease;
Expand Down Expand Up @@ -48,6 +48,7 @@
}

#pocketHanziDictBox h3 {
color: black !important;
font-weight: bold !important;
font-size: 25px !important;
}
Expand Down

0 comments on commit 6fc27b3

Please sign in to comment.