forgetest: the page's theme follows forgectrl's at the pinned revision

This commit is contained in:
ScottW514
2026-09-06 20:18:47 -04:00
parent 60e06c77f0
commit 54f65746cd
2 changed files with 13 additions and 2 deletions
+9
View File
@@ -9111,6 +9111,15 @@ stream rule 24. No QA warnings; six do_fetch taint warnings from the
forced pin-verify fetch. Archived under `images/20260907000214/` with forced pin-verify fetch. Archived under `images/20260907000214/` with
sha256sums. sha256sums.
The forgefirm CI on 8795a6d failed one unit test of 322: the bench
registry wanted the two lens stall drills named. They run from the shell
on the bench reference machine only, never from the page, so they are
named in the registry's not-a-tool list (60e06c7, pushed). The pair was
rebuilt from that head with the taint stamps cleared: stamp
**20260907001140**, the same kernel, the same checks, no warning of any
kind. That pair is the one to flash; the 20260907000214 pair, never
flashed, was removed.
## Reference notes ## Reference notes
### Head-IRQ source validation — the beam-emission hypothesis ### Head-IRQ source validation — the beam-emission hypothesis
+4 -2
View File
@@ -236,7 +236,8 @@ header {
font-size: 12.5px; font-size: 12.5px;
margin-left: auto; margin-left: auto;
} }
#themebtn { #themebtn,
#logoutbtn {
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
border: 1px solid rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.3);
@@ -246,7 +247,8 @@ header {
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
} }
#themebtn:hover { #themebtn:hover,
#logoutbtn:hover {
color: #fff; color: #fff;
border-color: rgba(255, 255, 255, 0.6); border-color: rgba(255, 255, 255, 0.6);
} }