Skip to content

Commit

Permalink
website color modified
Browse files Browse the repository at this point in the history
  • Loading branch information
TulshiDas39 committed Dec 11, 2019
1 parent dc828d9 commit 046a7cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion ForumApi/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ForumApi/ClientApp/src/components/leftbar/Leftbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class Leftbar extends Component<any, any> {

private getBorderRight(tab: SideBar): React.CSSProperties | undefined {
if (this.currentTab == tab) return {
borderRight: '4px solid #F48024',
borderRight: '4px solid rgb(106, 8, 235)',
background: 'rgba(12,13,14,0.05)',
fontWeight: 'bold',
padding: '8px 6px 8px 8px'
Expand Down
2 changes: 1 addition & 1 deletion ForumApi/ClientApp/src/components/nav/nav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: relative;
height: 3rem;
border-bottom: 1px solid #d9d9d9;
border-top: 3px solid #F48024;
border-top: 3px solid rgb(106, 8, 235);
}

#list_sm{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.questions:nth-child(odd) {
background: #fffbec;
background: #f7f3f7;
}

.question_status{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#status_bar{
margin-left: 24px;
width: 300px;
background:#FFF8DC;
background:#f7f3f7;
flex-shrink: 0;
display: flex;
flex-direction: column;
Expand All @@ -13,7 +13,7 @@
padding: 12px 15px;
}
.section_header{
background: #f7f1d5;
background: #ece2ec;
}

#tags > span{
Expand Down

0 comments on commit 046a7cf

Please sign in to comment.