Skip to content

Commit f78a2fc

Browse files
committed
colors
1 parent ba4e80d commit f78a2fc

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

styling/colors.css

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

styling/colors.css.map

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

styling/colors.scss

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
$sky-color-blue: #a8c0ff;

styling/styling.css

+2-3
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-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "animations";
22
@import "mediaqueries";
3+
@import "colors";
34

45

56

@@ -216,8 +217,7 @@ span {
216217
#scene1 {
217218
margin: 0;
218219
height: 2000vh;
219-
background: #a8c0ff;
220-
border: solid red;
220+
background: $sky-color-blue;
221221
}
222222

223223
/* Plasser ground nederst i sky og add pin fra top scene 1 til bottom */
@@ -613,7 +613,7 @@ button:hover {
613613
.scene3 {
614614
height: 100vh;
615615
width: 100%;
616-
background: skyblue;
616+
background: $sky-color-blue;
617617
position: relative;
618618
}
619619

@@ -652,7 +652,7 @@ button:hover {
652652
.scene5 {
653653
height: 100vh;
654654
width: 100%;
655-
background: skyblue;
655+
background:$sky-color-blue;
656656
z-index: -1000;
657657
} /*# sourceMappingURL=styling.css.map */
658658

0 commit comments

Comments
 (0)