fix: increase upload button contrast

This commit is contained in:
neri 2023-04-25 11:30:57 +02:00
parent a221d4e618
commit 804a4fc7ae
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -436,7 +436,7 @@ dependencies = [
[[package]] [[package]]
name = "datatrash" name = "datatrash"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-governor", "actix-governor",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "datatrash" name = "datatrash"
version = "2.3.3" version = "2.3.4"
authors = ["neri"] authors = ["neri"]
edition = "2021" edition = "2021"

View File

@ -1,7 +1,7 @@
:root { :root {
--bg: #262824; --bg: #262824;
--bg-alt: #434742; --bg-alt: #434742;
--accent: #007600; --accent: #007100;
--accent-alt: #228b22; --accent-alt: #228b22;
--fg: #dfe1de; --fg: #dfe1de;
--fg-light: #afb3ab; --fg-light: #afb3ab;
@ -114,7 +114,7 @@ h1 + textarea {
display: none; display: none;
} }
input[type="checkbox"] { input[type='checkbox'] {
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }