diff --git a/src/layouts/dark.ejs b/src/layouts/dark.ejs
index c266a8a..8d6651f 100644
--- a/src/layouts/dark.ejs
+++ b/src/layouts/dark.ejs
@@ -3,26 +3,30 @@
<%- include('partials/head') %>
@@ -31,14 +35,14 @@
<%- site.description %>
-
+
<%- body %>
<%- include('partials/aside') %>
- <%- include('partials/components') %>
- <%- include('partials/documentation') %>
+ <%- include('partials/components') %> <%-
+ include('partials/documentation') %>
<%- include('partials/footer') %>
diff --git a/src/layouts/sans-dark.ejs b/src/layouts/sans-dark.ejs
index 8eb0e96..ac514aa 100644
--- a/src/layouts/sans-dark.ejs
+++ b/src/layouts/sans-dark.ejs
@@ -8,17 +8,17 @@
--global-line-height: 1.4em;
--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
- --background-color: #151515;
+ --background-color: #222225;
--page-width: 60em;
- --font-color: #efefef;
- --invert-font-color: #151515;
- --secondary-color: #787878;
- --tertiary-color: #787878;
- --primary-color: #90f57e;
+ --font-color: #e8e9ed;
+ --invert-font-color: #222225;
+ --secondary-color: #a3abba;
+ --tertiary-color: #a3abba;
+ --primary-color: #62c4ff;
--error-color: #ff3c74;
- --progress-bar-background: #787878;
- --progress-bar-fill: #90f57e;
- --code-bg-color: #787878;
+ --progress-bar-background: #3f3f44;
+ --progress-bar-fill: #62c4ff;
+ --code-bg-color: #3f3f44;
--input-style: solid;
--display-h1-decoration: none;
}