We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad685b commit aab514bCopy full SHA for aab514b
1 file changed
14. Heart/style.css
@@ -5,7 +5,8 @@
5
}
6
7
:root {
8
- --main-color: #dc143c;
+ --primary-color: #AA0000;
9
+ --secondry-color: #FF033E;
10
11
12
body {
@@ -18,7 +19,7 @@ body {
18
19
20
/* gray-heart */
21
.gray-heart {
- background: #ccc;
22
+ background: #AA0000;
23
display: flex;
24
justify-content: center;
25
align-items: center;
@@ -32,7 +33,7 @@ body {
32
33
.gray-heart:before,
34
.gray-heart:after {
35
content: "";
36
37
border-radius: 50%;
38
height: 100px;
39
width: 100px;
0 commit comments