diff --git a/browser/components/TodoListPercentage.styl b/browser/components/TodoListPercentage.styl index eed6ecab..4881fcd1 100644 --- a/browser/components/TodoListPercentage.styl +++ b/browser/components/TodoListPercentage.styl @@ -22,7 +22,7 @@ body[data-theme="dark"] .percentageBar - background-color #282C30 + background-color #363A3D .progressBar background-color: alpha(#939395, 50%) diff --git a/browser/main/SideNav/SideNav.styl b/browser/main/SideNav/SideNav.styl index 349079e6..752b85cc 100644 --- a/browser/main/SideNav/SideNav.styl +++ b/browser/main/SideNav/SideNav.styl @@ -1,7 +1,7 @@ .root absolute top left bottom width $sideNav-width - background-color $ui-backgroundColor + background-color #f9f9f9 user-select none color $ui-text-color