Skip to content

Commit

Permalink
refactor: searchbar button color to academy brand
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaaap committed Sep 16, 2024
1 parent 1856671 commit bc50043
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
14 changes: 0 additions & 14 deletions theme_academy/static/src/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,3 @@
list-style-type: none;
margin-bottom: 1rem;
}

.navbar-black {
background-color: black !important;
}

.navbar-black .navbar-nav .nav-link {
color: white !important;
}

// create code to make the search bar white in the background
.white-search-bar {
background-color: white;
color: black;
}
17 changes: 17 additions & 0 deletions theme_academy/static/src/scss/website_slides_homepage.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.navbar-black {
background-color: black !important;
}

.navbar-black .navbar-nav .nav-link {
color: #D3D3D4 !important;
}

// create code to make the search bar white in the background
.white-search-bar {
background-color: white;
color: black;
}

.white-search-bar-but {
background-color: #03C4FF;
}

0 comments on commit bc50043

Please sign in to comment.