esolang/styles/editor.css
2022-02-01 13:56:56 +05:30

20 lines
399 B
CSS

.code-highlight {
background-color: #ffff0055;
}
.breakpoint-glyph {
box-sizing: border-box;
padding: 6%; /* Make the dot smaller in size */
margin-top: 2px; /* Fix dot appearing slightly above baseline */
border-radius: 50%;
background-clip: content-box;
}
.breakpoint-glyph.solid {
background-color: #ff5555 !important;
}
.breakpoint-glyph.hint {
background-color: #ff555555;
}