added footer.
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:35:42 +0000 (18:35 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:35:42 +0000 (18:35 +0100)
footer.html [new file with mode: 0644]
gitweb-danixland/gitweb.css

diff --git a/footer.html b/footer.html
new file mode 100644 (file)
index 0000000..42bc7e3
--- /dev/null
@@ -0,0 +1,17 @@
+<div class="site-footer">
+       <div class="aknolwledgements">
+               This repository is powered by git, gitolite and gitweb
+       </div>
+       <div class="social-links">
+               <ul>
+                       <li>github</li>
+                       <li>twitter</li>
+                       <li>instagram</li>
+                       <li>spotify</li>
+               </ul>
+       </div>
+       <div class="rss-links">
+               <a class="rss" href="https://git.danix.xyz/?a=project_index">RSS</a>
+               <a class="opml" href="https://git.danix.xyz/?a=opml">OPML</a>
+       </div>
+</div>
\ No newline at end of file
index 88dd962..146ec48 100644 (file)
@@ -209,7 +209,7 @@ td, th {
   height: 80px;
   line-height: 80px;
   margin-top: 15px;
-  background: var(--bg);
+  background: var(--bg-alt);
   border-top: 2px solid var(--border);
   border-bottom: 1px solid var(--border);
 }