From aa61054d1d61767451106cb2f27acb5ed53171c3 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 1 Feb 2024 08:48:40 -0500 Subject: [PATCH] hi --- about.html | 2 +- css/nord.css | 4 +++ docs/dev-docs.html | 32 +++++++++++++++++++++--- docs/intro-to-glacier.html | 51 ++++++++++++++++++++------------------ docs/meta-reading.html | 21 ++++++++++++++-- docs/recovery.html | 2 +- download.html | 2 +- errata.html | 2 +- index.html | 18 +++++++++++++- install.html | 2 +- packages.html | 2 +- template.html | 2 +- 12 files changed, 103 insertions(+), 37 deletions(-) diff --git a/about.html b/about.html index 1fbca7b..c2605ec 100644 --- a/about.html +++ b/about.html @@ -69,7 +69,7 @@ diff --git a/css/nord.css b/css/nord.css index 39a4113..406791f 100644 --- a/css/nord.css +++ b/css/nord.css @@ -385,3 +385,7 @@ body, html { transform: translate(-50%, -50%); color: white; } + +hr { + color: #88c0d0; +} diff --git a/docs/dev-docs.html b/docs/dev-docs.html index 4b5c3a5..cb94d38 100644 --- a/docs/dev-docs.html +++ b/docs/dev-docs.html @@ -28,7 +28,8 @@

Developer Documentation

This page contains developer-specific documentation.

1 - Coding Style

-

1.1 File Structure

+

1.1 C

+

1.1.1 File Structure

Files should follow this format:

diff --git a/template.html b/template.html index a8d467a..0f004d3 100644 --- a/template.html +++ b/template.html @@ -29,7 +29,7 @@