Skip to content

Commit

Permalink
site bg and frame fix, repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
thePortus committed Oct 15, 2024
1 parent 2363ad4 commit a876d09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# change the followings to match your Github username and repo name
baseurl: "/wip-king-phillips-war" # the name of your github repo
baseurl: "/king-phillips-war" # 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.
Expand Down
2 changes: 1 addition & 1 deletion _sass/theme-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions _sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ footer 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 */
Expand Down

0 comments on commit a876d09

Please sign in to comment.