diff --git a/bookface_dark.css b/bookface_dark.css index 5413d93..18c313d 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: 'New Post'; + content: ''; font-size: 15px; margin-right: 10px; line-height: 32px; diff --git a/bookface_light.css b/bookface_light.css index da5ba61..3c4db5c 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: 'New Post'; + content: ''; font-size: 15px; margin-right: 10px; line-height: 32px;