fix: increase upload button contrast
This commit is contained in:
parent
a221d4e618
commit
804a4fc7ae
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue