From 15346a75bcf1309b1a668d24a9bab3d1c0c103b9 Mon Sep 17 00:00:00 2001 From: Kyler Date: Tue, 28 Oct 2025 12:27:42 -0600 Subject: [PATCH] Added 'Stack Language Specification' Subtitle --- docs/index.md | 1 + docs/styles.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 824a41d..8ddeed3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,7 @@ Next: Overview --- # YREA SLS Documentation +Stack Language Specification **Sections**: 1. [[Overview]] diff --git a/docs/styles.css b/docs/styles.css index 2ad7bae..72c4344 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -26,6 +26,11 @@ h1 { text-align: center; } +em.sls-title { + display: block; + text-align: center; +} + a { color: #375899; }