From e2660f6011748c22c2ebc5237b1624ce78bcb867 Mon Sep 17 00:00:00 2001 From: oldkid Date: Wed, 22 Jan 2025 10:04:20 +0100 Subject: [PATCH] change Compose to New Post --- bookface_dark.css | 2 +- bookface_light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 18c313d..5413d93 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -262,7 +262,7 @@ box-sizing: border-box; box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; } #jotOpen::before { - content: ''; + content: 'New Post'; font-size: 15px; margin-right: 10px; line-height: 32px; diff --git a/bookface_light.css b/bookface_light.css index e505fb6..da5ba61 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -221,7 +221,7 @@ box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; } #jotOpen::before { - content: 'Compose'; + content: 'New Post'; font-size: 15px; margin-right: 10px; line-height: 32px;