diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 11:56:23 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 11:56:23 +0100 |
commit | f509e410bca55ff04b79b38a73e3751eff848c95 (patch) | |
tree | 20a4ba126d57512affbc06ffc06df69cfc4e5706 /_sass/media.scss | |
parent | c782351577faa451edb0eb386694d9db211200f8 (diff) |
add search bar to posts
Diffstat (limited to '_sass/media.scss')
-rw-r--r-- | _sass/media.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/media.scss b/_sass/media.scss index a3fedea..d254674 100644 --- a/_sass/media.scss +++ b/_sass/media.scss @@ -11,7 +11,7 @@ } @media only screen and (prefers-color-scheme: dark) { - .invert { + .invert, input, button { background-color: #222; color: inherit; } |