Skip to content

Commit

Permalink
v6.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TKING14 committed Nov 20, 2023
1 parent fe52639 commit 6680c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions css/darkmode.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
body{color:rgb(var(--white));background-color:rgb(var(--black));}
body {background-color:rgb(var(--black));color:rgb(var(--white));}

.banner {background-color:rgb(var(--black));color:rgb(var(--white));}
.button {color:rgb(var(--black));}
.icon-dropdown {background-image:url("/assets/icons/caret-down-solid.svg");}
.icon-dropdown {background-image:url("/assets/icons/caret-down-solid-white.svg");}
.icon-search {background-image:url("/assets/icons/magnifying-glass-solid-white.svg");}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3>9 november 2023.</h3>

</section>
<section>
<button type="button" class="icon icon-search"></button>
<button type="button" class="icon icon-search">Hello world</button>
</section>
</main>
<footer class="flex">
Expand Down

0 comments on commit 6680c04

Please sign in to comment.