typo change

This commit is contained in:
Mateusz Gruszczyński
2026-07-26 14:28:34 +02:00
parent ba7e40dfca
commit 8ab29789a1
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "rustpad" name = "rustpad"
version = "0.0.35" version = "0.0.36"
edition = "2024" edition = "2024"
rust-version = "1.94" rust-version = "1.94"
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL" description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
+2 -4
View File
@@ -1385,6 +1385,8 @@ dialog::backdrop {
} }
.home-header { .home-header {
background: transparent;
width: min(1040px, calc(100% - 32px));
border-bottom-color: rgba(195, 91, 54, .28); border-bottom-color: rgba(195, 91, 54, .28);
background: linear-gradient(135deg, rgba(126, 48, 27, .28), rgba(51, 25, 18, .08) 58%, transparent); background: linear-gradient(135deg, rgba(126, 48, 27, .28), rgba(51, 25, 18, .08) 58%, transparent);
} }
@@ -1499,10 +1501,6 @@ dialog::backdrop {
} }
} }
/* The rust gradient belongs only to the wordmark. */
.home-header {
background: transparent;
}
/* Editor display preferences and author overlay */ /* Editor display preferences and author overlay */
.editor-shell { .editor-shell {