Skip to content

Commit 1309c97

Browse files
Merge pull request #17 from dilanka-rathnasiri/bg-color
Change background color
2 parents 6ec8392 + b28bd1b commit 1309c97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
.qodo
32
.idea
43
.angular
54
dist

src/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ html,
55
body {
66
height: 100%;
77
margin: 0;
8+
background-color: #e7f1ff;
89
}
910

1011
.box-navbar-text {

0 commit comments

Comments
 (0)