Skip to content

Commit 2e7048f

Browse files
jamezpclaude
andcommitted
Consolidate CSS files into single bootstrap-theme.css
Merges commonhaus-footer.css styles into bootstrap-theme.css to eliminate duplication and simplify maintenance. Removes separate commonhaus-footer.css link from head.html. All styles now centralized in one modern theme file. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 1ac88a9 commit 2e7048f

5 files changed

Lines changed: 34 additions & 3320 deletions

File tree

public/css/bootstrap-theme.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,26 @@ body#project {
354354
height: auto !important;
355355
}
356356

357+
/* ============================================
358+
COMMONHAUS FOOTER SECTION
359+
============================================ */
360+
.commonhaus-footer {
361+
display: block !important;
362+
padding: 2rem 0 !important;
363+
text-align: center !important;
364+
}
365+
366+
.commonhaus-footer .commonhaus-logo {
367+
margin-bottom: 1.5rem !important;
368+
display: block !important;
369+
text-align: center !important;
370+
}
371+
372+
.commonhaus-footer .commonhaus-logo img {
373+
height: 30px !important;
374+
width: auto !important;
375+
}
376+
357377
/* Logo switching for light/dark mode */
358378
.commonhaus-logo .logo-dark {
359379
display: none !important;
@@ -367,6 +387,19 @@ body#project {
367387
display: block !important;
368388
}
369389

390+
.commonhaus-footer .commonhaus-legal {
391+
font-size: 0.75rem !important;
392+
max-width: 1100px !important;
393+
margin: 0 auto !important;
394+
text-align: center !important;
395+
line-height: 1.75 !important;
396+
color: #6c757d !important;
397+
}
398+
399+
[data-bs-theme="dark"] .commonhaus-footer .commonhaus-legal {
400+
color: #8b949e !important;
401+
}
402+
370403
.commonhaus-footer .commonhaus-legal {
371404
grid-column: initial !important;
372405
grid-row: initial !important;

public/css/commonhaus-footer.css

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)