fix: increase upload button contrast
This commit is contained in:
parent
a221d4e618
commit
804a4fc7ae
|
@ -436,7 +436,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "datatrash"
|
||||
version = "2.3.3"
|
||||
version = "2.3.4"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-governor",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "datatrash"
|
||||
version = "2.3.3"
|
||||
version = "2.3.4"
|
||||
authors = ["neri"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue