From db734b7af3eba64a25a20a54df657c2e2e218e43 Mon Sep 17 00:00:00 2001
From: Jyothishree V <itsmejyoee@gmail.com>
Date: Thu, 12 Oct 2023 15:56:50 +0000
Subject: [PATCH] bg

---
 wiki/pages/human-practices.html | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
index b81b6c9..c33a64a 100644
--- a/wiki/pages/human-practices.html
+++ b/wiki/pages/human-practices.html
@@ -4,11 +4,24 @@
 {% block lead %}We ask every team to think deeply and creatively about whether their project is responsible and good for the world. Consider how the world affects your work and how your work affects the world.{% endblock %}
 
 {% block page_content %}
-<head>
-  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
-</head>
-
+<style>
+  body {
+    /* Set the background color to the light cream color you mentioned */ 
+    background-color: #fffee7;
+    margin: 0; /* Remove default body margin */
+    padding: 0; /* Remove default body padding */
+    background-image: linear-gradient(
+        90deg,
+        rgba(232, 232, 232, 0.3) 1px,
+        transparent 1px
+      ),
+      linear-gradient(180deg, rgba(232, 232, 232, 0.3) 1px, transparent 1px);
+    background-size: 20px 20px; /* Adjust the size of the boxes (20x20 pixels) */
+    scroll-behavior: smooth;
+  }
+</style>
 <div class="row mt-8" style="margin-top: 100px;">
   <div class="col">
     <div class="bd-callout bd-callout-info">
-- 
GitLab