Skip to content

Commit aab514b

Browse files
committed
Heart Update
1 parent 7ad685b commit aab514b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

14. Heart/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
}
66

77
:root {
8-
--main-color: #dc143c;
8+
--primary-color: #AA0000;
9+
--secondry-color: #FF033E;
910
}
1011

1112
body {
@@ -18,7 +19,7 @@ body {
1819

1920
/* gray-heart */
2021
.gray-heart {
21-
background: #ccc;
22+
background: #AA0000;
2223
display: flex;
2324
justify-content: center;
2425
align-items: center;
@@ -32,7 +33,7 @@ body {
3233
.gray-heart:before,
3334
.gray-heart:after {
3435
content: "";
35-
background: #ccc;
36+
background: #AA0000;
3637
border-radius: 50%;
3738
height: 100px;
3839
width: 100px;

0 commit comments

Comments
 (0)