You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/developers.scss

22 lines
371 B

.developers-challenge {
.code {
font-family: 'Roboto Mono', monospace;
cursor: text;
background-color: var(--background-color);
}
span.code {
padding: 2px 4px;
border-radius: 4px;
}
pre.code {
line-height: 1.6em;
overflow-x: auto;
border-radius: 6px;
padding: 8px 12px;
margin: 20px 0;
word-break: break-all;
}
}