From 95dce27f7fd3061c8222b5a16e1d1221b06194e0 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 17 Apr 2024 11:32:32 +0100 Subject: [PATCH] Add test pages and new root value --- style/root.css | 2 ++ test.html | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 test.html diff --git a/style/root.css b/style/root.css index d4f4f1b..ced10b5 100644 --- a/style/root.css +++ b/style/root.css @@ -48,6 +48,8 @@ /* Other */ --Strike: #888; --Footer: #666; + --DM-HR : #444; + --LM-HR : #555; } /* Base Elemets */ diff --git a/test.html b/test.html new file mode 100644 index 0000000..fffb129 --- /dev/null +++ b/test.html @@ -0,0 +1,10 @@ + + + + Test + + + +

Test

+ + \ No newline at end of file