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,damage_kinetic'); + +--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 +
+ +> Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. + +
+ +1. :man_raising_hand: I'm an annotation! + ---- ## Sections @@ -95,4 +100,5 @@ MrFlwrz#5967 [Dungeon Report](https://dungeon.report/pc/4611686018491494988) [Destiny Tracker](https://destinytracker.com/destiny-2/profile/bungie/4611686018491494988/overview) - \ No newline at end of file + + diff --git a/overrides/.icons/D2/clan.svg b/overrides/.icons/D2/clan.svg new file mode 100644 index 0000000..34ecb1e --- /dev/null +++ b/overrides/.icons/D2/clan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/overrides/.icons/D2/damkin.svg b/overrides/.icons/D2/damkin.svg new file mode 100644 index 0000000..36aaa4e --- /dev/null +++ b/overrides/.icons/D2/damkin.svg @@ -0,0 +1 @@ +damage_kinetic diff --git a/overrides/.icons/D2/ghost.svg b/overrides/.icons/D2/ghost.svg index f7c9338..c2d6d1e 100644 --- a/overrides/.icons/D2/ghost.svg +++ b/overrides/.icons/D2/ghost.svg @@ -1,18 +1 @@ - - -ghost - - - - - - - - - - - - - - - + diff --git a/overrides/.icons/D2/grenade.svg b/overrides/.icons/D2/grenade.svg new file mode 100644 index 0000000..ebab775 --- /dev/null +++ b/overrides/.icons/D2/grenade.svg @@ -0,0 +1 @@ +grenade diff --git a/overrides/.icons/D2/light.svg b/overrides/.icons/D2/light.svg new file mode 100644 index 0000000..46ac361 --- /dev/null +++ b/overrides/.icons/D2/light.svg @@ -0,0 +1,95 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/overrides/.icons/D2/maul.svg b/overrides/.icons/D2/maul.svg new file mode 100644 index 0000000..fe30998 --- /dev/null +++ b/overrides/.icons/D2/maul.svg @@ -0,0 +1 @@ + diff --git a/overrides/.icons/D2/quest.svg b/overrides/.icons/D2/quest.svg index d248dd1..c92cb09 100644 --- a/overrides/.icons/D2/quest.svg +++ b/overrides/.icons/D2/quest.svg @@ -1,7 +1 @@ - - - - - - - + diff --git a/overrides/.icons/D2/raidplain.svg b/overrides/.icons/D2/raidplain.svg new file mode 100644 index 0000000..4ec6916 --- /dev/null +++ b/overrides/.icons/D2/raidplain.svg @@ -0,0 +1 @@ + diff --git a/overrides/.icons/D2/sword_heavy.svg b/overrides/.icons/D2/sword_heavy.svg new file mode 100644 index 0000000..665ff6b --- /dev/null +++ b/overrides/.icons/D2/sword_heavy.svg @@ -0,0 +1,3 @@ + + +