diff --git a/Cargo.lock b/Cargo.lock index efbce5e..bdb6d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "datatrash" -version = "2.3.3" +version = "2.3.4" dependencies = [ "actix-files", "actix-governor", diff --git a/Cargo.toml b/Cargo.toml index 70c02bc..ff71b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datatrash" -version = "2.3.3" +version = "2.3.4" authors = ["neri"] edition = "2021" diff --git a/static/index.css b/static/index.css index 96382f9..3ca9b42 100644 --- a/static/index.css +++ b/static/index.css @@ -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; }