mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-03 19:00:46 -04:00
9 lines
125 B
CSS
9 lines
125 B
CSS
.solution-viewer,
|
|
.solution-viewer pre {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.solution-viewer {
|
|
border-color: var(--color-primary);
|
|
}
|