Skip to content

Commit 01497a8

Browse files
committed
changing html background color
1 parent 7a69787 commit 01497a8

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

build/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,7 @@ pre[class*='language-'] {
31263126

31273127
/* Custom Styling */
31283128
html {
3129-
background-color: black;
3129+
background-color: #202956;
31303130
}
31313131

31323132
body {

build/work/fitnessapp.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ <h2 class="page__sub-title"></h2>
6464
alt="Elephant at sunset"
6565
loading="eager"
6666
/>
67-
<!-- <div class="caption">Elev8ed App Player.</div> -->
6867
</div>
6968

7069
<h4>Angular Video Player</h4>

src/scss/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
background-color: darken($twilight, 30%);
2+
background-color: darken($twilight, 5%);
33
}
44

55
body {

src/templates/pages/work/fitnessapp.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
alt="Elephant at sunset"
3939
loading="eager"
4040
/>
41-
<!-- <div class="caption">Elev8ed App Player.</div> -->
4241
</div>
4342

4443
<h4>Angular Video Player</h4>

0 commit comments

Comments
 (0)