From 0a5205f4bb3ce0e8dc23e7acb7bfdf20cb44b24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 26 Jul 2026 14:33:25 +0200 Subject: [PATCH] typo change --- Cargo.toml | 2 +- static/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }