diff --git a/Cargo.toml b/Cargo.toml index 29c038d..03146c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpad" -version = "0.0.37" +version = "0.0.38" 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 666fe04..5247341 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2655,7 +2655,7 @@ dialog::backdrop { } .footer-action--primary { - border-color: color-mix(in srgb, var(--accent) 80%, var(--border)); + border-color: color-mix(in srgb, var(--accent) 30%, var(--border)); color: #d9d2ff; }