You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" there is a new class classic-bg defined in src/custom-pico.css that adds the background image to pages. you can either add it as a class to an element or use javascript: <script> document.querySelector("main")?.classList.add("classic-bg") </script> "
Step 1: Design
check out this discord message for more info on where to design it (if you have an alternative you'd prefer just let me or Arabella know)
^^ let me or Arabella know if you need any clarification on the design process, or want specific feedback as you go.
Step 2: Implement
once you finish the design @ Arabella to let her know so she can give any feedback
don't wait for her reply to start implementing, just being implementing when you finish the design and make any alterations depending on her feedback
many of the page components (subheading, textbox, etc.) are consistent throughout the site and will likely not be changed by her feedback. with other components, I don't anticipate her feedback being drastic so in the interest of time please begin implementing right when you complete the design
Description
Resources
<script> document.querySelector("main")?.classList.add("classic-bg") </script>"Step 1: Design
Step 2: Implement