Skip to content

Commit 03053e3

Browse files
committed
Changed colors
1 parent e242bda commit 03053e3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/app/app.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:host {
33
display: flex;
44
flex-direction: column;
5-
background-color: lightseagreen;
5+
background-color: mediumseagreen;
66
}
77

88
:host > * {

src/app/example-original-design/playground-original-design/playground-original-design.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:host {
22
width: 100%;
3-
background-color: lightcyan;
3+
background-color: snow;
44
padding: 20px;
55
margin: 5px;
66
}

src/app/example-reactive-forms/components/playground-reactive-forms/playground-reactive-forms.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:host {
22
width: 100%;
3-
background-color: lightyellow;
3+
background-color: snow;
44
padding: 20px;
55
margin: 5px;
66
}

src/app/example-template-driven-forms/components/playground-template-driven-forms/playground-template-driven-forms.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:host {
22
width: 100%;
3-
background-color: lightgreen;
3+
background-color: snow;
44
padding: 20px;
55
margin: 5px;
66
}

src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ form {
1313

1414
h4 {
1515
margin: 0 !important;
16+
font-weight: bold !important;
17+
color: mediumseagreen !important;
1618
}

0 commit comments

Comments
 (0)