five-for-the-future/themes/pub/wporg/css/components/_entry-header.scss

12 lines
159 B
SCSS
Raw Normal View History

.entry-header {
position: relative;
.sticky-post {
color: #999999;
font-size: ms( -2 );
font-style: italic;
position: absolute;
top: -.8rem;
}
}