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 efba351 commit c5589f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,16 @@ body.dark {
.dark .incorrect {
background-color: red;
}

.dark .btn,.dark .skip {
padding: .5rem 1rem;
background: #9d25d0;
outline: none;
border: none;
color: #f4f4f4;
border-radius: .5rem;
font-size: var(--small-font-size);

}


.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-sun-line"></i>
<i class="ri-moon-line"></i>
<div class="toggle__box">
<div class="toggle__circle"></div>
</div>
<i class="ri-moon-line"></i>
<i class="ri-sun-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-sun-line sun"></i>
<i class="ri-moon-line sun"></i>
<div class="toggle__box left" id="toggle-box">
<div class="toggle__circle"></div>
</div>
<i class="ri-moon-line moon"></i>
<i class="ri-sun-line moon"></i>
</div>
</nav>
</header>
Expand Down

0 comments on commit c5589f5

Please sign in to comment.