Skip to content

Commit

Permalink
add color for links
Browse files Browse the repository at this point in the history
  • Loading branch information
1330Petrel committed Feb 17, 2025
1 parent b543446 commit 685e671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/learning_resources/repo/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub

[<span style={{color: 'blue'}}>GitHub</span>](https://github.com/) 是一个基于 [Git](../vcs/git.md) 进行软件开发和[版本控制](../vcs/index.md)的网络代码托管平台。它不仅提供了 Git 的分布式版本控制和源代码管理功能,还拥有自己的特色功能。
[GitHub](https://github.com/) 是一个基于 [Git](../vcs/git.md) 进行软件开发和[版本控制](../vcs/index.md)的网络代码托管平台。它不仅提供了 Git 的分布式版本控制和源代码管理功能,还拥有自己的特色功能。

:::info[访问以下资源以了解更多信息]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub

[<span style={{color: 'blue'}}>GitHub</span>](https://github.com/) is a provider of Internet hosting for software development and [version control](../vcs/index.md) using [Git](../vcs/git.md). It offers the distributed version control and source code management functionality of Git, plus its own features.
[GitHub](https://github.com/) is a provider of Internet hosting for software development and [version control](../vcs/index.md) using [Git](../vcs/git.md). It offers the distributed version control and source code management functionality of Git, plus its own features.

:::info[Visit the following resources to learn more]

Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
--neon-red: #ff1a1a;
--neon-white: #ffffff;
--text-color: #000000;
--ifm-link-color: var(--neon-blue);
}

[data-theme='dark'] {
Expand All @@ -30,7 +31,6 @@
--text-color: #f3f3f3;
}


svg {
fill: var(--text-color);
}

0 comments on commit 685e671

Please sign in to comment.