Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Oct 17, 2024
1 parent 4b03c8e commit d79585d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,14 @@ a:hover {

/* Keep the menu text always black */
.menu-text, .nav-link {
color: black !important; /* Force the color to black */
color: white; /* Force the color to black */
font-variant: small-caps;
font-size: 25px;
}

/* Adjust other elements like icons if needed */
.navbar-nav .nav-item .nav-link i {
color: black !important; /* Ensure icons also stay black */
/* .navbar-nav .nav-item .nav-link i {
color: black !important;
font-size: 25px;
}
} */

/* Ensure dropdown menus also keep black text */
.navbar-collapse .dropdown-menu .dropdown-item {
Expand Down Expand Up @@ -239,4 +237,15 @@ a:hover {



/*FOOTER ####################################################################*/
/*CHAPTER TITLES ####################################################################*/


.chapter-title {
color: white;
}
.chapter-title:hover {
color: maroon;
}
.chapter-title.active {
color: red;
}

0 comments on commit d79585d

Please sign in to comment.