Skip to content

Commit 5c044d8

Browse files
committed
Make home page use primary color
1 parent 47d69b7 commit 5c044d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.home .hero .svg {
24-
color: var(--color-green);
24+
color: var(--color-primary);
2525
height: 40px;
2626
width: 50px;
2727
vertical-align: bottom;
@@ -40,7 +40,7 @@
4040
}
4141

4242
.home a {
43-
color: var(--color-green);
43+
color: var(--color-primary);
4444
}
4545

4646
.page-footer {

0 commit comments

Comments
 (0)