Skip to content

Commit ffcfff6

Browse files
committed
Fix link target and contact info style
1 parent eab7581 commit ffcfff6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

readme/content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"title": "代码厨房社区",
138138
"sections": {
139139
"intro": {
140-
"content": "代码厨房(CodeKitchen Community)是一个由编程和和开源爱好者组成的社区。社区的主体是 <a href=\"https://codekitchen.community\" target=\"_blank\">https://codekitchen.community</a> 网站。"
140+
"content": "代码厨房(CodeKitchen Community)是一个由编程和和开源爱好者组成的社区。社区的主体是 <a href=\"https://codekitchen.community\">https://codekitchen.community</a> 网站。"
141141
},
142142
"about_us": {
143143
"id": "about-us",

readme/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ a:hover {
559559
gap: 8px;
560560
margin-bottom: 8px;
561561
font-size: 14px;
562+
color: var(--text-primary);
562563
}
563564

564565
.contact-item:last-child {
@@ -568,6 +569,7 @@ a:hover {
568569
.contact-label {
569570
font-weight: 600;
570571
min-width: 60px;
572+
color: var(--text-primary);
571573
}
572574

573575
.cta-button {

templates/readme/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<span class="tab-icon">📝</span>
1717
<span id="blog-tab">{{ ui_text.zh.blog_tab }}</span>
1818
</a>
19-
<a href="{{ site.home_url }}" target="_blank" class="readme-tab">
19+
<a href="{{ site.home_url }}" class="readme-tab">
2020
<span class="tab-icon">🔙</span>
2121
<span id="home-tab">{{ ui_text.zh.home_tab }}</span>
2222
</a>

0 commit comments

Comments
 (0)