]> localhost Git - gitweb-theme.git/commitdiff
feat: theme stuff
authorjj <[email protected]>
Sat, 12 Jul 2025 21:48:07 +0000 (17:48 -0400)
committerjj <[email protected]>
Sat, 12 Jul 2025 21:48:07 +0000 (17:48 -0400)
gitweb.css
indextext.html

index 9caad3397c4927e4b10f1359ba1361fa95906ebe..347aa5848155843ca51857200e5212804b4d30a4 100644 (file)
@@ -139,6 +139,15 @@ th {
 /*==================================================
  * PROJECT LIST 
  *===================================================*/
+.index-text-container {
+  border: 1px solid var(--bg3);
+  margin: 1rem auto;
+  width: 60%;
+  min-width: 300px;
+  text-align: center;
+  padding: 1rem;
+}
+
 table {
        margin: auto;
        width: 99%;
index db8154fee6bee03fbc49a329094d664e5bd172b6..3e01f55cfd9a99a2927be2e899a398da7e48d19f 100644 (file)
@@ -1,4 +1,6 @@
-<h1>Welcome, to my personal git-forge!</h1>
+<div class="index-text-container">
+  <h1>Welcome, to my personal git-forge!</h1>
 
-<h3>DISCLAIMER</h3>
-The theme here is still a WIP, so expect a bunch of visual bugs. If you're really interested in any project, please, make a snapshot and analyze it locally. 
+  <h3>DISCLAIMER</h3>
+  This UI here is still a WIP, so expect a bunch of visual bugs. If you're really interested in any project, please, make a snapshot and analyze it locally. 
+</div>