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 @@