Skip to content

Commit

Permalink
Update about.css
Browse files Browse the repository at this point in the history
Fixed about page background issue on Linux
  • Loading branch information
amanharwara committed Mar 16, 2019
1 parent 0aa29a7 commit e0f4f82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/windows/about/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {

body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #212222;
background: #282C34 !important;
width: 100%;
height: 100%;
}
Expand All @@ -26,8 +26,9 @@ body {
justify-content: center;
align-items: center;
height: 100%;
background: #282C34 !important;
}

.linktext {
cursor: pointer;
}
}

0 comments on commit e0f4f82

Please sign in to comment.