diff --git a/bookface_dark.css b/bookface_dark.css index 5419c11..2e396fc 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -261,15 +261,7 @@ box-sizing: border-box; #jotOpen:hover, #jotOpen:focus { box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; } - #jotOpen::before { - content: 'New Post'; - font-size: 15px; - margin-right: 10px; - line-height: 32px; - position: relative; - display: inline; - top: -4px; - } + #jotOpen .fa-pencil-square-o { font-size: 32px !important; position: relative; diff --git a/bookface_light.css b/bookface_light.css index 86b4e10..519d5d8 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -220,15 +220,7 @@ #jotOpen:hover, #jotOpen:focus { box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; } - #jotOpen::before { - content: 'New Post'; - font-size: 15px; - margin-right: 10px; - line-height: 32px; - position: relative; - display: inline; - top: -4px; - } + #jotOpen .fa-pencil-square-o { font-size: 32px !important; position: relative;