Skip to content

Commit

Permalink
fix: select dark theme css
Browse files Browse the repository at this point in the history
  • Loading branch information
KieSun committed Mar 23, 2023
1 parent 6b32b88 commit cb1e1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
import Logo from './Logo.astro'
import Themetoggle from './Themetoggle.astro'
---

<header>
<div class="fb">
<Logo />
<Themetoggle />
</div>
<div class="fi mt-2">
<span class="gpt-subtitle">Program AI Tools</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.custom .solid-select-list {
z-index: 100;
background: #fff;
opacity: 1;
}

0 comments on commit cb1e1d5

Please sign in to comment.