diff --git a/docs/Raids/Last-Wish/2-Shuro-Chi.md b/docs/Raids/Last-Wish/2-Shuro-Chi.md index 648a2f1..a8b3a9c 100644 --- a/docs/Raids/Last-Wish/2-Shuro-Chi.md +++ b/docs/Raids/Last-Wish/2-Shuro-Chi.md @@ -79,8 +79,8 @@ Do as much damage to her as you can, but damage is gated to 1/6 of her health pe After, she will move to the next plate where the adds + almond process will repeat once more.(1) { .annotate } -1. Fun Fact! -When the raid first started, it was sometimes necessary to use a taken orb dropped by a knight to interrupt Shuro Chi to get some more damage in. This is no longer the case. +1. === Fun Fact! + When the raid first started, it was sometimes necessary to use a taken orb dropped by a knight to interrupt Shuro Chi to get some more damage in. This is no longer the case. Now it's puzzle time. diff --git a/docs/assets/css/admonition.css b/docs/assets/css/admonition.css index 19de0b7..196ee23 100644 --- a/docs/assets/css/admonition.css +++ b/docs/assets/css/admonition.css @@ -1,19 +1,20 @@ :root { ---md-admonition-icon--tl-dr: url('data:image/svg+xml;charset=utf-8,') - ---md-admonition-icon--sherpa: url() ---md-admonition-icon--careful: url() ---md-admonition-icon--deadly: url() ---md-admonition-icon--alt: url() +--md-admonition-icon--tl-dr: url('data:image/svg+xml;charset=utf-8,'); + +--md-admonition-icon--sherpa: url('data:image/svg+xml;charset=utf-8,'); + +--md-admonition-icon--careful: url('data:image/svg+xml;charset=utf-8,'); + +--md-admonition-icon--deadly: url('data:image/svg+xml;charset=utf-8,'); + + + +--md-admonition-icon--alt: url('data:image/svg+xml;charset=utf-8,'); } + /* tl-dr */ + .md-typeset .admonition.tl-dr, .md-typeset details.tl-dr { border-color: rgb(88, 150, 102); @@ -41,7 +42,7 @@ } .md-typeset .sherpa > .admonition-title::before, .md-typeset .sherpa > summary::before { - background-color: rgb(95, 19, 72); + background-color: rgb(158, 57, 104); -webkit-mask-image: var(--md-admonition-icon--sherpa); mask-image: var(--md-admonition-icon--sherpa); } @@ -95,27 +96,4 @@ background-color: rgb(48, 133, 104); -webkit-mask-image: var(--md-admonition-icon--alt); mask-image: var(--md-admonition-icon--alt); -} - - - - -/* Test */ - -:root { - --md-admonition-icon--pied-piper: url("data:image/svg+xml;charset=utf-8,") - } - .md-typeset .admonition.pied-piper, - .md-typeset details.pied-piper { - border-color: rgb(43, 155, 70); - } - .md-typeset .pied-piper > .admonition-title, - .md-typeset .pied-piper > summary { - background-color: rgba(43, 155, 70, 0.1); - } - .md-typeset .pied-piper > .admonition-title::before, - .md-typeset .pied-piper > summary::before { - background-color: rgb(43, 155, 70); - -webkit-mask-image: var(--md-admonition-icon--pied-piper); - mask-image: var(--md-admonition-icon--pied-piper); - } \ No newline at end of file +} \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 24490d9..476d6df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,9 +50,14 @@ Often times you'll see me use fun boxes for things like warnings and notes. Here -!!! pied-piper "Test" - Test - Test +