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]]
name = "datatrash"
version = "2.3.3"
version = "2.3.4"
dependencies = [
"actix-files",
"actix-governor",

View File

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

View File

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