Quick, quick revision elsewhere to account for Darkrai.

This commit is contained in:
Kira Jiroux 2025-04-16 10:21:31 -04:00
parent 79bda1d0fc
commit b881c06b83
4 changed files with 13 additions and 4 deletions

View File

@ -175,6 +175,10 @@
background-color: #47a0fc;
}
.all {
background-color: #fc7992;
}
/* Type Card Styling */
/* Type Themes - define vars only */

View File

@ -143,4 +143,8 @@
background-color: #47a0fc;
}
.all {
background-color: #fc7992;
}

View File

@ -1,11 +1,11 @@
@inherits LayoutComponentBase
<div class="page" >
<div class="page bg-primary-subtle ">
<Sidebar/>
<main class="bg-primary-subtle">
<article class="content px-4">
<main class="border border-3 border-dark w-100">
<article class="container border border-3 border-black px-4 w-100 m-auto">
@Body
</article>
</main>

View File

@ -17,7 +17,7 @@
}
else
{
<div class="w-50 mt-5 m-auto create-container">
<div class="w-50 mt-5 m-auto create-container bg-info">
<div class="card-header bg-secondary bg-gradient ml-0 py-3">
<div class="row">
@ -86,6 +86,7 @@ else
<option value="Berries">Berries</option>
<option value="Ingredients">Ingredients</option>
<option value="Skills">Skills</option>
<option value="All">All</option>
</InputSelect>
</div>
</div>