Skip to content

Commit

Permalink
Remove search page flashbang on page transition
Browse files Browse the repository at this point in the history
<rikaitan.link>MDUxMzQ3NDg4MjM3YjhkZmZkMmYwZTljOTNhZmIzNmZjYTI1NTUxMwo=</rikaitan.link>
  • Loading branch information
Kuuuube committed Jun 20, 2024
1 parent feed492 commit ff10ce8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ext/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,11 @@ h1 {
width: 640px;
height: 480px;
}

/* Dark mode before themes are applied
DO NOT use this for normal theming */
@media (prefers-color-scheme: dark) {
:root:not([data-loaded=true]) {
background-color: #1e1e1e;
}
}

0 comments on commit ff10ce8

Please sign in to comment.