remove card footer color

This commit is contained in:
Geoff Doty 2026-07-11 12:49:28 -04:00
parent 65cf657a2a
commit f38d7d03d6
1 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@
<a name="buttons"></a> <a name="buttons"></a>
<h2 class="underline">Buttons</h2> <h2 class="underline">Buttons</h2>
<p> <p>
<kbd>button</kbd> can be customize by applying a color class. <kbd>button</kbd> can be customize by applying a color class.
</p> </p>
<p class="grid"> <p class="grid">
<a href="#" class="button">Link</a> <a href="#" class="button">Link</a>
@ -289,7 +289,7 @@
</a> </a>
</p> </p>
</main> </main>
<footer class="default"> <footer>
<button class="fill" id="dialog">Open Modal</button> <button class="fill" id="dialog">Open Modal</button>
</footer> </footer>
</section> </section>
@ -323,7 +323,7 @@
<section> <section>
<h2 class="underline">Custom Theme</h2> <h2 class="underline">Custom Theme</h2>
<p> <p>
Create a custom theme by overriding variables in <kbd>:root</kbd> stylesheet Create a custom theme by overriding variables in <kbd>:root</kbd> stylesheet
</p> </p>
<table> <table>
<thead> <thead>
@ -378,4 +378,4 @@
)); ));
</script> </script>
</body> </body>
</html> </html>