Skip to content

Commit

Permalink
Chore: 更新组件和自定义样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 30, 2024
1 parent 52204b2 commit cd9a316
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,13 @@
&:hover {
--follow-btn-border-color: #d1d9e0;
--follow-btn-bg-color: #eff2f5;
--fa-animation-iteration-count: 0;
transition-duration: .1s;

i {
--fa: "\2b";
}

[data-theme='dark'] & {
--follow-btn-border-color: #3d444d;
--follow-btn-bg-color: #2f3742;
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/hugo-fixit/docs
go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b // indirect
github.com/hugo-fixit/cmpt-translate v1.5.1 // indirect
github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699 // indirect
github.com/hugo-fixit/cmpt-translate v1.5.2 // indirect
github.com/hugo-fixit/component-projects v1.5.3 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect
github.com/hugo-fixit/shortcode-rewards v1.0.5 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b h1:MtJjdg27kAkFmcggkLKfmVEE5GgvwoxeiwwxPuP+VQo=
github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.5.1 h1:99yoO0tcTaYnUjEh0wUjdGWbgwXY3AHZS+n+TqNHb3o=
github.com/hugo-fixit/cmpt-translate v1.5.1/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699 h1:cXB2W0RCwFzwdAz9VgC5aJQHbdXS51KNg3Ivhiwqwbk=
github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.5.2 h1:A9bldeJk+aaAkDvP6LmOpXnbkW2b53SbI82z9bsjLNs=
github.com/hugo-fixit/cmpt-translate v1.5.2/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw=
github.com/hugo-fixit/component-projects v1.5.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/shortcode-caniuse v1.2.2 h1:cuJVdJ1A0IgJnMQjifCDeRSRxIY0plTgs+wthCbrIls=
Expand Down

0 comments on commit cd9a316

Please sign in to comment.