deploy: 46049cf5288337b3ddd587c6e0fcb0019e24bbc7

This commit is contained in:
Half-Shot 2022-03-04 16:41:36 +00:00
parent 3eb1e9099b
commit 6528b77e08
2 changed files with 10 additions and 10 deletions

View File

@ -29,21 +29,21 @@
/* icons for headers */
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(2) strong:after {
content: url('/icons/figma.png')
content: url('/matrix-hookshot/icons/figma.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(3) strong:after {
content: url('/icons/github.png')
content: url('/matrix-hookshot/icons/github.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(4) strong:after {
content: url('/icons/gitlab.png')
content: url('/matrix-hookshot/icons/gitlab.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(5) strong:after {
content: url('/icons/jira.png')
content: url('/matrix-hookshot/icons/jira.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(6) strong:after {
content: url('/icons/webhooks.png')
content: url('/matrix-hookshot/icons/webhooks.png')
}

View File

@ -29,21 +29,21 @@
/* icons for headers */
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(2) strong:after {
content: url('/icons/figma.png')
content: url('/matrix-hookshot/icons/figma.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(3) strong:after {
content: url('/icons/github.png')
content: url('/matrix-hookshot/icons/github.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(4) strong:after {
content: url('/icons/gitlab.png')
content: url('/matrix-hookshot/icons/gitlab.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(5) strong:after {
content: url('/icons/jira.png')
content: url('/matrix-hookshot/icons/jira.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(6) strong:after {
content: url('/icons/webhooks.png')
content: url('/matrix-hookshot/icons/webhooks.png')
}