Skip to content

Commit 80ce1ee

Browse files
committed
fix: handle comment opacity
1 parent 2186a30 commit 80ce1ee

2 files changed

Lines changed: 45 additions & 6 deletions

File tree

dist/index.html

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
<style data-gradient-theme-id>
3-
.shaobeichen-gradient-theme-themes-gradient-dracula-theme-json { /* git 待提交数量徽章样式 */
3+
.shaobeichen-gradient-theme-themes-gradient-dracula-theme-json { /**
4+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
5+
* All rights reserved.
6+
*/
7+
/* git 待提交数量徽章样式 */
48
/* 选中标签栏上边框 */
59
/* html标签属性 */
610
}
@@ -53,7 +57,11 @@
5357
</style>
5458

5559
<style data-gradient-theme-id>
56-
.shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json { /* git 待提交数量徽章样式 */
60+
.shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json { /**
61+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
62+
* All rights reserved.
63+
*/
64+
/* git 待提交数量徽章样式 */
5765
/* 选中标签栏上边框 */
5866
/* html标签属性 */
5967
/* html标签 */
@@ -103,10 +111,20 @@
103111
.shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json :not(.cursor).mtk10 {
104112
font-weight: 700;
105113
}
114+
.shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json :not(.cursor).mtk11 {
115+
color: rgba(208, 215, 228, 0.68);
116+
}
117+
.shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json :not(.cursor).mtk5 {
118+
color: rgba(202, 213, 234, 0.55);
119+
}
106120
</style>
107121

108122
<style data-gradient-theme-id>
109-
.shaobeichen-gradient-theme-themes-gradient-monokai-pro-classic-json { /* git 待提交数量徽章样式 */
123+
.shaobeichen-gradient-theme-themes-gradient-monokai-pro-classic-json { /**
124+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
125+
* All rights reserved.
126+
*/
127+
/* git 待提交数量徽章样式 */
110128
/* 选中标签栏上边框 */
111129
/* html标签属性 */
112130
/* html标签 */
@@ -157,7 +175,11 @@
157175
</style>
158176

159177
<style data-gradient-theme-id>
160-
.shaobeichen-gradient-theme-themes-gradient-monokai-pro-json { /* git 待提交数量徽章样式 */
178+
.shaobeichen-gradient-theme-themes-gradient-monokai-pro-json { /**
179+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
180+
* All rights reserved.
181+
*/
182+
/* git 待提交数量徽章样式 */
161183
/* 选中标签栏上边框 */
162184
/* html标签属性 */
163185
/* html标签 */
@@ -208,7 +230,11 @@
208230
</style>
209231

210232
<style data-gradient-theme-id>
211-
.shaobeichen-gradient-theme-themes-gradient-atom-one-dark-json { /* git 待提交数量徽章样式 */
233+
.shaobeichen-gradient-theme-themes-gradient-atom-one-dark-json { /**
234+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
235+
* All rights reserved.
236+
*/
237+
/* git 待提交数量徽章样式 */
212238
/* 选中标签栏上边框 */
213239
/* html标签属性 */
214240
/* html标签 */
@@ -260,7 +286,11 @@
260286
</style>
261287

262288
<style data-gradient-theme-id>
263-
.shaobeichen-gradient-theme-themes-gradient-modern-dark-dark-modern-json { /* git 待提交数量徽章样式 */
289+
.shaobeichen-gradient-theme-themes-gradient-modern-dark-dark-modern-json { /**
290+
* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com>
291+
* All rights reserved.
292+
*/
293+
/* git 待提交数量徽章样式 */
264294
/* 选中标签栏上边框 */
265295
/* html标签属性 */
266296
/* html标签 */

src/gradient-bearded-theme-arc/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@
5656
-webkit-text-fill-color: transparent;
5757
-webkit-background-clip: text;
5858
} */
59+
60+
/* 处理 #45 */
61+
:not(.cursor).mtk11 {
62+
color: rgba(208, 215, 228, 0.68);
63+
}
64+
65+
:not(.cursor).mtk5 {
66+
color: rgba(202, 213, 234, 0.55);
67+
}

0 commit comments

Comments
 (0)