mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-04 04:58:55 -04:00
Update theme
This commit is contained in:
parent
751097f242
commit
eb841ce66a
@ -18,3 +18,8 @@ h6:first-of-type {
|
|||||||
h6 ~ p {
|
h6 ~ p {
|
||||||
margin: 0.5em 0 2em 0;
|
margin: 0.5em 0 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* QR codes */
|
||||||
|
img.qrcode {
|
||||||
|
width: initial;
|
||||||
|
}
|
||||||
|
@ -5333,6 +5333,11 @@ h6:first-of-type {
|
|||||||
h6 ~ p {
|
h6 ~ p {
|
||||||
margin: 0.5em 0 2em 0;
|
margin: 0.5em 0 2em 0;
|
||||||
}
|
}
|
||||||
|
/* QR codes */
|
||||||
|
img.qrcode {
|
||||||
|
width: auto;
|
||||||
|
width: initial;
|
||||||
|
}
|
||||||
.nested-blockquote blockquote {
|
.nested-blockquote blockquote {
|
||||||
border-left: 4px solid #0594CB;
|
border-left: 4px solid #0594CB;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
@ -1 +1 @@
|
|||||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87
|
# github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056
|
||||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
|
|||||||
|
|
||||||
go 1.22.0
|
go 1.22.0
|
||||||
|
|
||||||
require github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87 // indirect
|
require github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 // indirect
|
||||||
|
8
go.sum
8
go.sum
@ -1,6 +1,2 @@
|
|||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241217121316-f5fea3aa8253 h1:7DYEU25rQryCGyUISUpIye3oE0kz+9K9SiD6/O5rqvM=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 h1:nPfHricsQXtVewK865bX2LDLhUImhIZEuajlYPM2Bho=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241217121316-f5fea3aa8253/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241217195817-fc2ee93d77de h1:RsBXZgT+6UZ1yBFiFy+Kbkyw5Yn2S7uXottd/vWGxaw=
|
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241217195817-fc2ee93d77de/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87 h1:EHSzYyQyjgTqz3n52+eMzwbqk/mAFIt/NIFMdvu7Z0k=
|
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user