Merge branch 'Attack-description-thing' into codespace-fuzzy-broccoli-4jwv46xw7pj5fj7p7
This commit is contained in:
commit
d3459b7c1b
2 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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);*/
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue