nichts/nyx/docs/templates/scss/components/code.scss

10 lines
181 B
SCSS
Raw Normal View History

2024-04-09 23:11:33 +02:00
div.sourceCode {
border: 1px solid #3b373d;
padding: 8px;
text-align: left;
background-color: lighten($primary, 3%);
overflow: scroll;
max-width: 100%;
border-radius: 8px;
}