adding background logic

This commit is contained in:
2026-06-07 00:26:54 +00:00
Unverified
parent 1fe68ce703
commit 8669a523fc
4 changed files with 15 additions and 3 deletions

View File

@@ -50,6 +50,17 @@ img[src$='#floatright']{ float:right; margin: 0.7rem; }
.homepage .content { text-align: left; }
/* Page-Specific Background for Projects */
body.page-projects {
background-image: url('/images/backgrounds/default.gif');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/* Hide any TOC link that points to an element with the 'no-toc' class */
.toc-right a.no-toc-link,
.toc-inside a.no-toc-link {

BIN
assets/me/bjw3071o7xi21.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB