Skip to content

Commit

Permalink
Merge pull request #988 from OmmDevgoswami/Dark-Mode-Section-UI-Update
Browse files Browse the repository at this point in the history
Dark mode "Section" UI update
  • Loading branch information
PriyaGhosal authored Oct 19, 2024
2 parents a796823 + 8aaec04 commit e6798f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<title>BuddyTrail</title>
<style>
.header1{
background-color:white;
/* background-color:white; */
border-radius:8px;
padding: 4px 8px 4px 8px;
}
Expand Down Expand Up @@ -1365,7 +1365,7 @@ <h1 id="h1darkbtn">Travel Discussion Forum</h1>

/* Navigation Styles */
nav.hi ul {
list-style-type: ;
list-style-type: None;
margin: 0;
padding: 0;
display: flex;
Expand Down Expand Up @@ -1396,7 +1396,7 @@ <h1 id="h1darkbtn">Travel Discussion Forum</h1>
}

/* Responsive Design */
@media (max-width: 768px) {
/* @media (max-width: 768px) {
header.forum_1 {
flex-direction: column;
align-items: flex-start;
Expand All @@ -1413,7 +1413,7 @@ <h1 id="h1darkbtn">Travel Discussion Forum</h1>
width: 100%;
text-align: center;
}
}
} */



Expand Down

0 comments on commit e6798f7

Please sign in to comment.