]> localhost Git - gitweb-theme.git/commitdiff
fix: styles
authorjj <[email protected]>
Sat, 12 Jul 2025 21:52:18 +0000 (17:52 -0400)
committerjj <[email protected]>
Sat, 12 Jul 2025 21:52:18 +0000 (17:52 -0400)
gitweb.css

index 347aa5848155843ca51857200e5212804b4d30a4..3bf25c63dc7e6f6c2fd1b15fb21117895ec9774d 100644 (file)
@@ -140,6 +140,7 @@ th {
  * PROJECT LIST 
  *===================================================*/
 .index-text-container {
+  border-radius: 8px;
   border: 1px solid var(--bg3);
   margin: 1rem auto;
   width: 60%;
@@ -148,6 +149,10 @@ th {
   padding: 1rem;
 }
 
+.index-text-container > h1 {
+  margin-bottom: 1rem;
+}
+
 table {
        margin: auto;
        width: 99%;