Skip to content

Commit 444596e

Browse files
p4gsclaudehappy-otter
committed
Add v0.0.1 version tag to cheat sheet footer
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent e8e9dd5 commit 444596e

File tree

1 file changed

+8
-0
lines changed
  • docs/projects/grcengineering-cheat-sheet

1 file changed

+8
-0
lines changed

docs/projects/grcengineering-cheat-sheet/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@
389389
transition: color 0.2s;
390390
}
391391
.page-footer a:hover { color: var(--blue); }
392+
.version-tag {
393+
margin-top: 6px;
394+
font-size: 0.65rem !important;
395+
opacity: 0.5;
396+
letter-spacing: 1px !important;
397+
text-transform: uppercase;
398+
}
392399

393400
/* ── RESPONSIVE ── */
394401
@media (max-width: 768px) {
@@ -545,6 +552,7 @@ <h1 class="page-title">The <span class="highlight">GRC Engineering</span> Cheat
545552

546553
<footer class="page-footer">
547554
<p><a href="https://grc.engineering">GRC Engineering</a></p>
555+
<p class="version-tag">v0.0.1</p>
548556
</footer>
549557

550558
<script>

0 commit comments

Comments
 (0)