Added 'Stack Language Specification' Subtitle

This commit is contained in:
Kyler Olsen 2025-10-28 12:27:42 -06:00
parent 3ec01d0f23
commit 15346a75bc
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Next: Overview
---
# YREA SLS Documentation
<em class="sls-title">Stack Language Specification</em>
**Sections**:
1. [[Overview]]

View File

@ -26,6 +26,11 @@ h1 {
text-align: center;
}
em.sls-title {
display: block;
text-align: center;
}
a {
color: #375899;
}