Skip to content

Commit

Permalink
fix: make scroll bar dark in dark theme (Chromium-based browsers) (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed committed Jun 8, 2022
1 parent 360a1dc commit 0770b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/dark.css
@@ -1,5 +1,9 @@
/* Dark Theme Style That Override Web Application Colors & Some Layouts Related To Color Theme - Mohamed Salah (https://salahineo.github.io/salahineo/) */

:root {
color-scheme: dark;
}

a, button, span, div, select {
outline: none;
}
Expand Down

1 comment on commit 0770b2f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.11.0 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.11.0 (click to expand)

CML watermark

Please sign in to comment.