.tc-tiddler-frame.gk0wk-focused-tiddler {
background: #fff5ad;
background: -moz-linear-gradient(156deg, #fff5ad 0%, #fff7b2 4%, #fffac1 8%, #ffffdd 16%, #ffffff 100%);
background: -webkit-linear-gradient(156deg, #fff5ad 0%, #fff7b2 4%, #fffac1 8%, #ffffdd 16%, #ffffff 100%);
background: linear-gradient(156deg, #fff5ad 0%, #fff7b2 4%, #fffac1 8%, #ffffdd 16%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5ad', endColorstr='#ffffff', GradientType=0 );
}
.tc-tiddler-frame.gk0wk-focused-tiddler::after {
content: "";
position:absolute; top:0; left:0;
border: ivory solid 1rem;
border-bottom-color: transparent;
border-right-color:  transparent;
box-shadow: 0 0 0.4rem 0 #BDB479;
}
.tc-tiddler-frame.gk0wk-focused-tiddler::before {
content: '📍';
font-size: 1.68rem;
top: 0.35rem;
left: 0.16rem;
position: absolute;
z-index: 999;
rotate: -45deg;
}