Add .hint class to BeaconTable paragraph for consistency

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-24 19:10:38 +00:00
parent 006bd05083
commit bafcfbefd2
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ output
.DS_Store .DS_Store
.env .env
archive.env archive.env
package-lock.json

View File

@@ -7,7 +7,7 @@
<section class="beacon-card"> <section class="beacon-card">
<div class="beacon-card__header"> <div class="beacon-card__header">
<h2>Beacon Pings</h2> <h2>Beacon Pings</h2>
<p>Append-only status pulses across environments.</p> <p class="hint">Append-only status pulses across environments.</p>
</div> </div>
<table> <table>
<thead> <thead>
@@ -60,6 +60,12 @@
margin: 0; margin: 0;
} }
.hint {
margin: 0;
color: #94a3b8;
font-size: 0.9rem;
}
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;