Spaces:
Running
Running
File size: 596 Bytes
8443315 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
body {
padding: 0;
margin: 0;
font-family: "Source Sans Pro", sans-serif;
font-size: 1rem;
line-height: 1.4;
}
.status-bar {
display: none;
}
.highlighted-text {
border: 1px solid #d2d2d2;
border-radius: 5px 5px 5px 5px;
padding: 2px;
cursor: pointer;
.token.active {
outline: 1px solid #444;
}
&.frozen {
.token {
opacity: 0.75;
&.context, &.active {
opacity: 1;
}
&.context {
text-decoration: #999 underline;
}
}
}
} |