diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 188e9cd..5ae36bf 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -31,6 +31,10 @@
"message": "Your GitLab Username",
"description": "Label for the GitLab username input field."
},
+ "giteeUsernameLabel": {
+ "message": "Your Gitee Username",
+ "description": "Label for the Gitee username input field."
+ },
"githubUsernamePlaceholder": {
"message": "Required for fetching your contributions",
"description": "Placeholder text for the GitHub username input."
diff --git a/src/index.css b/src/index.css
index 1f75900..f428af8 100644
--- a/src/index.css
+++ b/src/index.css
@@ -89,7 +89,7 @@ hr,
.dark-mode .bg-white {
background-color: #2d2d2d !important;
border-color: #404040 !important;
- transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
+ transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.dark-mode input[type="text"],
@@ -98,7 +98,6 @@ hr,
background-color: #404040 !important;
border-color: #505050 !important;
color: #ffffff !important;
- transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.dark-mode h3,
@@ -694,6 +693,7 @@ hr,
background-color: #404040 !important;
border-color: #505050 !important;
color: #ffffff !important;
+ transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.dark-mode #platformDropdownBtn:focus {
diff --git a/src/popup.html b/src/popup.html
index 6f226fa..648f60e 100644
--- a/src/popup.html
+++ b/src/popup.html
@@ -8,6 +8,7 @@
+