text shadow for active tab

This commit is contained in:
ReznoRMichael 2021-08-05 22:07:55 +02:00
parent f8bf8003a3
commit c0c1be4a1b
2 changed files with 29 additions and 0 deletions

View file

@ -422,6 +422,7 @@ input[type="file"] {
color: rgb(0, 39, 34);
border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 1rem rgb(0, 180, 156);
text-shadow: 0 0 0.5rem #67ffeb;
}
.tab-switch:focus {

View file

@ -3903,6 +3903,34 @@ const HK = {
check: "completedTier3",
wiki: "Hall_of_Gods#God_Tamer"
},
CrystalGuardian1Unlocked: {
name: "Crystal Guardian: Unlocked",
spoiler: "I wait, weapon in hand, within the colosseum",
id: "CrystalGuardian1",
check: "isUnlocked",
wiki: "Hall_of_Gods#God_Tamer"
},
CrystalGuardian1Attuned: {
name: "God Tamer: Attuned",
spoiler: "Gallant god of the arena",
id: "CrystalGuardian1",
check: "completedTier1",
wiki: "Hall_of_Gods#God_Tamer"
},
CrystalGuardian1Ascended: {
name: "God Tamer: Ascended",
spoiler: "Gallant god of the arena",
id: "CrystalGuardian1",
check: "completedTier2",
wiki: "Hall_of_Gods#God_Tamer"
},
CrystalGuardian1Radiant: {
name: "God Tamer: Radiant",
spoiler: "Gallant god of the arena",
id: "CrystalGuardian1",
check: "completedTier3",
wiki: "Hall_of_Gods#God_Tamer"
},
},
}