Skip to content

Commit

Permalink
fix divider
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasinh-Sodha authored Dec 27, 2024
1 parent 657fda4 commit 556fbc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,17 @@ body.dark-blue-theme #preview {

.divider {
width: 2px;
background-color: #ffffff;
height: 100%;
border: none;
opacity: 1;
}


body:not(.dark-theme) .divider {
background-color: #ddd;
}


body.dark-theme .divider {
background-color: #ffffff;
}

0 comments on commit 556fbc4

Please sign in to comment.