Create assets/styles/root to hold all the fragments of the root stylesheet. This should make it easier to find and hack on style. Yay!
20 lines
339 B
CSS
20 lines
339 B
CSS
.highlight code {
|
|
background-color: inherit;
|
|
margin-block: 0.5em;
|
|
}
|
|
|
|
.highlight .line {
|
|
display: grid;
|
|
grid-template-columns: max-content auto;
|
|
}
|
|
|
|
.highlight .ln a {
|
|
-webkit-user-select: none;
|
|
-moz-use-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.highlight .cl {
|
|
white-space: pre-wrap;
|
|
}
|