From 98793dab52c3fcca0650d56b73e4ebb30b60e1cf Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 26 May 2023 23:12:07 -0600 Subject: [PATCH] Get themes under control; button hover splash --- new/docs/index.html | 4 +- new/includes/header.html | 8 ++- new/index.html | 2 +- new/resources/css/common.css | 116 +++++++++++++++++++------------ new/resources/css/docs.css | 131 +++++++++++++---------------------- new/resources/css/home.css | 10 +++ new/resources/js/common.js | 27 +++++++- 7 files changed, 165 insertions(+), 133 deletions(-) diff --git a/new/docs/index.html b/new/docs/index.html index d7fd1f4..d2a5825 100644 --- a/new/docs/index.html +++ b/new/docs/index.html @@ -11,9 +11,7 @@ -
- {{include "/includes/header.html" "logo-light.svg"}} -
+ {{include "/includes/header.html" ""}}
diff --git a/new/includes/header.html b/new/includes/header.html index d1cef5d..237d165 100644 --- a/new/includes/header.html +++ b/new/includes/header.html @@ -1,4 +1,4 @@ -
+
@@ -23,7 +23,11 @@