Skip to content

Commit

Permalink
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/src/components/CSource.vue
Original file line number Diff line number Diff line change
@@ -65,8 +65,14 @@ export default {
white-space: pre-wrap;
overflow-y: auto;
::v-deep a {
color: inherit;
::v-deep {
a {
color: inherit;
}
.token.operator {
background: none;
}
}
}
</style>

0 comments on commit db9e800

Please sign in to comment.