Skip to content

Commit b9eeb5a

Browse files
committed
color update
1 parent f78a2fc commit b9eeb5a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

styling/styling.css

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styling/styling.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styling/styling.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ span {
217217
#scene1 {
218218
margin: 0;
219219
height: 2000vh;
220-
background: $sky-color-blue;
220+
background: #a8c0ff;
221+
border: solid red;
221222
}
222223

223224
/* Plasser ground nederst i sky og add pin fra top scene 1 til bottom */
@@ -613,7 +614,7 @@ button:hover {
613614
.scene3 {
614615
height: 100vh;
615616
width: 100%;
616-
background: $sky-color-blue;
617+
background: var(s);
617618
position: relative;
618619
}
619620

@@ -652,7 +653,7 @@ button:hover {
652653
.scene5 {
653654
height: 100vh;
654655
width: 100%;
655-
background:$sky-color-blue;
656+
background: skyblue;
656657
z-index: -1000;
657658
} /*# sourceMappingURL=styling.css.map */
658659

0 commit comments

Comments
 (0)