mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Merge pull request #1241 from matthojo/Unicode-fix
Removed special character from SCSS
This commit is contained in:
commit
90314e9745
@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: #BBB;
|
color: #BBB;
|
||||||
content: "↪︎";
|
content: "\21AA";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user