Skip to content

Commit

Permalink
revert frontend code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBlaise99 committed Dec 9, 2023
1 parent d086da2 commit 6c8a051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions frontend/src/styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ $mui-colors: (
'github': (
'title-background': #FAFBFC,
'border': #E1E4E8,
'full-authored-code-background': #C8E6C9,
'partial-authored-code-background': #E6FFED,
'authored-code-background': #E6FFED,
),
'grey': (
'50': #FAFAFA,
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/c-authorship.vue
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ export default defineComponent({
.segment {
border-left: .25rem solid mui-color('green');
.code {
background-color: mui-color('github', 'full-authored-code-background');
background-color: mui-color('github', 'authored-code-background');
padding-left: 1rem;
}
.line-number {
Expand All @@ -1009,7 +1009,7 @@ export default defineComponent({
}
&.isNotFullCredit {
.code {
background-color: mui-color('github', 'partial-authored-code-background');
background-color: mui-color('green', '100');
}
}
&.untouched {
Expand Down

0 comments on commit 6c8a051

Please sign in to comment.