generated from enryH/notes_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor appearance adjustments and page re-structures
- Loading branch information
Showing
6 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
/* Set the background color for the primary color in the header and footer area*/ | ||
header.bg-primary { | ||
background-color: #bc3b2f !important; | ||
} | ||
footer.bg-primary { | ||
background-color: #bc3b2f !important; | ||
} | ||
|
||
/* Hide the first-level breadcrumb navigation item in the navbar */ | ||
.breadcrumb-item:first-child { | ||
display: none; /* Hides the first-level " ol > li" element which is "Docs" */ | ||
} | ||
|
||
/* Hide the separator for the first breadcrumb item */ | ||
.breadcrumb-item:first-child + .breadcrumb-item::before { | ||
content: none; /* Removes the separator (e.g., ">") */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters