mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-03 20:49:41 -04:00
Update theme
This commit is contained in:
parent
9791f70570
commit
dee3e5f092
@ -10,9 +10,9 @@
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 0.2em;
|
||||
padding: 2px 3px;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
font-size: 93.75%;
|
||||
background-color: rgba(27,31,35,0.05);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
@ -4769,9 +4769,9 @@ h6:hover .header-link {
|
||||
margin: 0;
|
||||
}
|
||||
code {
|
||||
padding: 0.2em;
|
||||
padding: 2px 3px;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
font-size: 93.75%;
|
||||
background-color: rgba(27, 31, 35, .05);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056
|
||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20250116044755-d81e594dfa4b
|
||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 // indirect
|
||||
require github.com/gohugoio/gohugoioTheme v0.0.0-20250116044755-d81e594dfa4b // indirect
|
||||
|
4
go.sum
4
go.sum
@ -1,2 +1,2 @@
|
||||
github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 h1:nPfHricsQXtVewK865bX2LDLhUImhIZEuajlYPM2Bho=
|
||||
github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||
github.com/gohugoio/gohugoioTheme v0.0.0-20250116044755-d81e594dfa4b h1:7CzDZzxF5rzaOp5MnK/GGUTgh/73uKYyksbUGtiFv7Q=
|
||||
github.com/gohugoio/gohugoioTheme v0.0.0-20250116044755-d81e594dfa4b/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||
|
Loading…
x
Reference in New Issue
Block a user