]> danix's work - gitweb-theme-danix.git/commitdiff
added footer.
authordanix <redacted>
Sun, 26 Feb 2023 17:35:42 +0000 (18:35 +0100)
committerdanix <redacted>
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 88dd9623bda1405d8a56d9d97cdea3909422bb2b..146ec488a9f5ad23764b37357c26eddb826683ed 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);
 }