Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-04-27 01:52:45 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-04-27 01:52:45 +0300
commitc440dc69434b7e6bd8ff3e2792524dd7f2c8803a (patch)
tree365ee999a65e8e075ec6b1ccf0083680498261d0 /layouts/_default
parent1ef44affbfc6b5f25ebbd91b890fe59b31be6040 (diff)
Add gradient effect
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/archives.html2
-rw-r--r--layouts/_default/baseof.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index ff6a145..0b5c579 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang='{{ .Site.LanguageCode }}'>
{{- partial "head.html" . -}}
- <body class="bg-gray-50 flex flex-col min-h-screen">
+ <body class="bg-gradient flex flex-col min-h-screen">
{{- partial "header.html" . -}}
<main class="flex-1 mt-12 max-w-3xl mt-32 mx-auto text-gray-700 w-full">
<article class="article">
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f58b6f7..167b90a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang='{{ .Site.LanguageCode }}'>
{{- partial "head.html" . -}}
- <body class="bg-gray-50 flex flex-col min-h-screen">
+ <body class="bg-gradient flex flex-col min-h-screen">
{{- partial "header.html" . -}}
<main class="flex-1 mt-12 max-w-3xl mt-32 mx-auto text-gray-700 w-full">
{{- block "main" . }}{{- end }}