Skip to content

Commit 96ea58c

Browse files
committed
finally got the right picture in a brigher mode
1 parent bb0f47d commit 96ea58c

8 files changed

Lines changed: 3 additions & 3 deletions
2.42 MB
Loading
1.7 MB
Loading
2.68 MB
Loading
1.99 MB
Loading

app/assets/mountain_longer.png

2.74 MB
Loading

app/stylesheets/Home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import './constants.scss';
22

33
.home {
4-
background-image: url('../assets/mountain_long_resized.png');
4+
background-image: url('../assets/mountain_longer.png');
55
background-size: contain;
66
display: flex;
77
flex-direction: column;

app/stylesheets/SidebarContainer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464

6565
#sprout1:active, #sprout2:active, #sprout3:active, #sprout4:active {
66-
background-image: url('../assets/background.png');
66+
background-image: url('../assets/mountain.png');
6767
background-size: contain;
6868
}
6969

@@ -169,7 +169,7 @@
169169
}
170170

171171
.sidebar {
172-
background-image: url("../../app/assets/background.png");
172+
background-image: url("../../app/assets/mountain.png");
173173
background-size: cover;
174174
width: 140px;
175175
height: 100%;

0 commit comments

Comments
 (0)