From 80c90195afebf432724a19c6cfdfe7e32631ff69 Mon Sep 17 00:00:00 2001 From: "David J. Thomas" Date: Tue, 15 Oct 2024 08:26:23 -0400 Subject: [PATCH] site frame and bg fix, repo rename --- _config.yml | 2 +- _sass/theme-settings.scss | 2 +- _sass/theme.scss | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 0616ae0..70ed687 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # change the followings to match your Github username and repo name -baseurl: "/wip-housing-and-reproduction" # the name of your github repo +baseurl: "/housing-and-reproduction" # 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. diff --git a/_sass/theme-settings.scss b/_sass/theme-settings.scss index 9e43dc0..6dcda34 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 97b8d0e..c8fefef 100644 --- a/_sass/theme.scss +++ b/_sass/theme.scss @@ -120,6 +120,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 */