Merge branch 'Attack-description-thing' into codespace-fuzzy-broccoli-4jwv46xw7pj5fj7p7

This commit is contained in:
c0d1ng_ma5ter 2025-01-28 14:31:06 -06:00 committed by GitHub
commit d3459b7c1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -490,6 +490,7 @@ function App() {
<div className = "w-full px-4 py-2 border border-pink-200 rounded-lg outline-none focus:border-pink-500 focus:ring-2 focus:ring-pink-200" id="description">{attackMethod.replaceAll(/_/ig, ' ') + ' ' + emojis[attackMethod.replaceAll(/_/ig, ' ')]}: <div className={animState === 0 || animState === 3
? "text-gray-700"
: "text-white" + "regularText"}>{descriptions[attackMethod.replaceAll(/_/ig, ' ')]}</div></div>
<br/>
{/* Stats Widgets */}
<div className="grid grid-cols-3 gap-4 mb-6">

View file

@ -175,4 +175,6 @@ how to remove the vertical space around the range input in IE*/
display: inline;
color: black;
font-weight: normal;
/*border:1px solid rgba(236, 72, 153, 1);*/
}