Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 29, 2024
1 parent c5589f5 commit 6f07a0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ body.dark {
font-size: var(--small-font-size);

}
.dark .score__questions {
color: #0000008e;
}


.dark-theme .option__list:hover span {
Expand Down
4 changes: 2 additions & 2 deletions html-quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<h1>FE-quiz</h1>
</div>
<div class="toggle__icons container">
<i class="ri-moon-line"></i>
<i class="ri-sun-line"></i>
<div class="toggle__box">
<div class="toggle__circle"></div>
</div>
<i class="ri-sun-line"></i>
<i class="ri-moon-line"></i>
</div>
</nav>
</header>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<h1>FE-quiz</h1>
</div>
<div class="toggle__icons container">
<i class="ri-moon-line sun"></i>
<i class="ri-sun-line sun"></i>
<div class="toggle__box left" id="toggle-box">
<div class="toggle__circle"></div>
</div>
<i class="ri-sun-line moon"></i>
<i class="ri-moon-line moon"></i>
</div>
</nav>
</header>
Expand Down

0 comments on commit 6f07a0e

Please sign in to comment.