/** plugin: Calendar: Inverted Full Moon Icons #1.1 code **/
/* Inverted moon icons */
.kanka-entity-calendar .calendar .moon.far.fa-circle::before { font-weight: 900; } /* new moon empty */
.kanka-entity-calendar .calendar .moon.fas.fa-circle::before { font-weight: 400; } /* full moon filled */
.kanka-entity-calendar .calendar .moon.far.fa-moon::before { font-weight: 900; } /* waning moon filled */
.kanka-entity-calendar .calendar .moon.fas.fa-moon { transform: scaleX(-1); } /* waxing moon filled */

/** plugin: Quick Link Icons #1.4 code **/
.subsection a[href*="/characters"] i:before { content: "\f007"; }
.subsection a[href*="/locations"] i:before { content: "\EAD2"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/races"] i:before { content: "\EAEB"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/families"] i:before { content: "\E99E"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/items"] i:before { content: "\E9DF"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/notes"] i:before { content: "\f518"; }
.subsection a[href*="/maps"] i:before { content: "\f279"; }
.subsection a[href*="/calendars"] i:before { content: "\f073"; }
.subsection a[href*="/events"] i:before { content: "\f0e7"; }
.subsection a[href*="/journals"] i:before { content: "\EA8F"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/organisations"] i:before { content: "\EA03"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/quests"] i:before { content: "\EAE9"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/tags"] i:before { content: "\f02c"; }
.subsection a[href*="/abilities"] i:before { content: "\E9C2"; font-family: RPGAwesome; font-weight: 400; }
.subsection a[href*="/timelines"] i:before { content: "\f252"; }

