Skip to content

Commit

Permalink
Undo more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed May 7, 2024
1 parent 19ae7a0 commit 3006044
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/c-segment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default defineComponent({
</script>

<style lang="scss">
@import '../styles/highlight-js-style.css';
@import '../styles/hightlight-js-style.css';
@import '../styles/_colors.scss';
.segment {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}

.hljs-comment,
.hljs-meta {
color: #5d635a;
color: #5d635a;
}

.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
color: #df5000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #d73a49;
color: #d73a49;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
color: #0086b3;
}

.hljs-section,
.hljs-name {
color: #468C5A;
color: #468C5A;
}

.hljs-tag {
color: #333333;
color: #333333;
}

.hljs-title,
Expand All @@ -47,27 +47,27 @@
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #6f42c1;
color: #6f42c1;
}

.hljs-addition {
color: #55a532;
background-color: #eaffea;
color: #55a532;
background-color: #eaffea;
}

.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
color: #bd2c00;
background-color: #ffecec;
}

.hljs-link {
text-decoration: underline;
text-decoration: underline;
}

.hljs-number {
color: #005cc5;
color: #005cc5;
}

.hljs-string {
color: #032f62;
color: #032f62;
}

0 comments on commit 3006044

Please sign in to comment.