diff --git a/themes/drizzle/assets/css/styles.scss b/themes/drizzle/assets/css/styles.scss index e9a0be2..948baf2 100644 --- a/themes/drizzle/assets/css/styles.scss +++ b/themes/drizzle/assets/css/styles.scss @@ -1,3 +1,8 @@ @import "node_modules/tailwindcss/base"; @import "node_modules/tailwindcss/components"; -@import "node_modules/tailwindcss/utilities"; \ No newline at end of file +@import "node_modules/tailwindcss/utilities"; + +html { + height: 100%; + background: radial-gradient(ellipse at bottom, #27233a 0%, #1a1827 100%); +} \ No newline at end of file diff --git a/themes/drizzle/assets/css/tailwind.config.js b/themes/drizzle/assets/css/tailwind.config.js index 163ccf0..8748560 100644 --- a/themes/drizzle/assets/css/tailwind.config.js +++ b/themes/drizzle/assets/css/tailwind.config.js @@ -1,10 +1,15 @@ // tailwind.config.js +const colors = require("tailwindcss/colors"); module.exports = { theme: { - // ... + extend: { + colors: { + bg: "#1a1827", + }, + }, }, plugins: [ - require('@tailwindcss/typography'), + require("@tailwindcss/typography"), // ... ], -} \ No newline at end of file +}; diff --git a/themes/drizzle/layouts/_default/baseof.html b/themes/drizzle/layouts/_default/baseof.html index b3b0eaf..46c439a 100644 --- a/themes/drizzle/layouts/_default/baseof.html +++ b/themes/drizzle/layouts/_default/baseof.html @@ -1,11 +1,8 @@ {{- partial "head.html" . -}} - -
+ +
{{- partial "header.html" . -}} {{- block "main" . }} {{- end }} diff --git a/themes/drizzle/layouts/index.html b/themes/drizzle/layouts/index.html index ef86560..d99b2ef 100644 --- a/themes/drizzle/layouts/index.html +++ b/themes/drizzle/layouts/index.html @@ -18,7 +18,7 @@

Latest Issue

-
+
{{- range ( where .Site.RegularPages "Type" "post" | first 1) -}}
{{ .Date.Format "Mon, January 02, 2006" }}