Skip to content

Commit 1e47de8

Browse files
committed
feat: add custom css
1 parent 8e7608e commit 1e47de8

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

docs-en/stylesheets/extra.css

Whitespace-only changes.

docs/lc/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
edit_url: "https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0001.Two%20Sum/README.md"
1212
---
1313

14-
# [1. 两数之和](https://leetcode.cn/problems/two-sum) :unlock:
14+
# [1. 两数之和](https://leetcode.cn/problems/two-sum)
1515

1616
## 题目描述
1717

docs/stylesheets/extra.css

Whitespace-only changes.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ extra_javascript:
112112
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
113113

114114
extra_css:
115+
- stylesheets/extra.css
115116
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
116117

117118
extra:

0 commit comments

Comments
 (0)