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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-30 05:06:06 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-30 05:06:06 +0300
commit7e861008558abc276e2b03c237edf4f5b062c17b (patch)
tree02309d50650a0363f3f211e44566abf67e817511 /layouts
parent3e3a51f0ecd30926ff07a42542767cb2c3e3a4a7 (diff)
fixed background color
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1b22b45..c53c4ae 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="container bg-black" style="max-width: 1400px;">
+ <body class="container bg-white" style="max-width: 1400px;">
<div id="content">
{{- block "main" . }}
{{- end }}