diff --git a/Cargo.toml b/Cargo.toml index 60a42e9..29c038d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpad" -version = "0.0.36" +version = "0.0.37" edition = "2024" rust-version = "1.94" description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL" diff --git a/static/css/styles.css b/static/css/styles.css index a4f40a8..77274ff 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2656,7 +2656,7 @@ dialog::backdrop { } .footer-action--primary { - border-color: color-mix(in srgb, var(--accent) 40%, var(--border)); + border-color: color-mix(in srgb, var(--accent) 80%, var(--border)); color: #d9d2ff; }