Skip to content

Commit b0f4ef2

Browse files
committed
Fix dark/light theme toggle functionality
1 parent 09d2796 commit b0f4ef2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

web-app/css/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ body {
921921
bottom: 1rem;
922922
width: 3rem;
923923
height: 3rem;
924+
}
924925

925926
.search-wrapper {
926927
max-width: 100%;
@@ -1072,4 +1073,4 @@ body {
10721073
.modal-close:hover {
10731074
transform: none;
10741075
}
1075-
}
1076+
}

web-app/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ backToTopButton.addEventListener('click', () => {
6161
});
6262

6363
// Category Filtering
64-
const tabs = document.querySelectorAll('.tab');
64+
// const tabs = document.querySelectorAll('.tab');
6565

6666
// Category Filtering (tabs)
6767

0 commit comments

Comments
 (0)