Skip to content

Commit

Permalink
override background style in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Dec 29, 2021
1 parent c4081c1 commit b7772e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#theme-toggle-container {
// override col width
width: 5%;
min-width: $icon_size;
}

.header-left {
Expand Down
3 changes: 3 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ html.light {
color: $text_dark
}
body {
background: $brand_background_light; // overridden when deployed with background: linear-gradient(#2a2a29, #1c1c1c);
background-color: $brand_background_light;
background: linear_gradient(#e4e4de, #cfcccc);
color: $text_light;
Expand Down Expand Up @@ -97,6 +98,8 @@ html.light {
}
// end themes
#theme-toggle-background {
width: $icon_size;
height: $icon_size;
border-radius: 4px;
}
#projects-tree, #projects-search-input {
Expand Down

0 comments on commit b7772e5

Please sign in to comment.