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>
<h2 class="underline">Buttons</h2>
<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 class="grid">
<a href="#" class="button">Link</a>
@ -289,7 +289,7 @@
</a>
</p>
</main>
<footer class="default">
<footer>
<button class="fill" id="dialog">Open Modal</button>
</footer>
</section>
@ -323,7 +323,7 @@
<section>
<h2 class="underline">Custom Theme</h2>
<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>
<table>
<thead>
@ -378,4 +378,4 @@
));
</script>
</body>
</html>
</html>