From 5820f506331f3d6631db85b5c953878be1f53ee2 Mon Sep 17 00:00:00 2001 From: "David J. Thomas" Date: Tue, 15 Oct 2024 08:20:52 -0400 Subject: [PATCH] site frame and bg fix, repo rename --- _config.yml | 4 ++-- _sass/theme-settings.scss | 2 +- _sass/theme.scss | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5d141e6..0b40549 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # change the followings to match your Github username and repo name -# baseurl: "/wip-masquerading-gals" # the name of your github repo -# url: "https://BCDigSchol.github.io" # the url of your github pages +baseurl: "/wip-masquerading-gals" # the name of your github repo +url: "https://BCDigSchol.github.io" # the url of your github pages # site information used in page title, meta data etc. title: "Love Cults, Masquerading Gals, and Subway Sammies" diff --git a/_sass/theme-settings.scss b/_sass/theme-settings.scss index 7ebcb00..d6355a9 100644 --- a/_sass/theme-settings.scss +++ b/_sass/theme-settings.scss @@ -3,7 +3,7 @@ /* ===== COLORS ===== */ // Change any of these to alter the look of the theme's colors -$site-frame-color: #EEEEEE; // color that surrounds the website on the left & right (irrelevant if header/footer/content width is set to 100% +$site-frame-color: #FAFAFA; // color that surrounds the website on the left & right (irrelevant if header/footer/content width is set to 100% $site-background-color: #FAFAFA; // base background color for the site's content $site-header-color: #171717; // background color of the site header $site-header-mobile-dropdown-menu-color: #676767; // background color of (mobile only) dropdown nav menu diff --git a/_sass/theme.scss b/_sass/theme.scss index d3a0e76..9381509 100644 --- a/_sass/theme.scss +++ b/_sass/theme.scss @@ -121,6 +121,9 @@ sup a:link, sup a:active, sup a:visited, sup a:hover { // wrap text to avoid overflowing parent container word-wrap: break-word; /* For older browsers */ overflow-wrap: break-word; /* For newer browsers */ + border-width: 0px 1px 0px 1px; + border-style: solid; + border-color: #DEDEDE; } /* Settings for the search bar */