Skip to content

Commit da50900

Browse files
committed
Adjust design
1 parent dadccf5 commit da50900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
}
2929

3030
#start #pitch {
31-
color: white;
31+
color: #e9e9e9;
3232
margin: 2em auto;
3333
max-width: 600px;
3434
line-height: 1.5;
@@ -73,7 +73,7 @@ section.project img {
7373

7474
/* Project name */
7575
section.project h2 {
76-
color: white;
76+
color: #e9e9e9;
7777
font-size: 2rem;
7878
margin-bottom: 25px;
7979
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<main>
1212
<div id="start">
13-
<img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" />
13+
<img id="logo" src="/assets/logo.png" alt="Logo" data-aos="fade-up" />
1414

1515
<!--
1616
<img

0 commit comments

Comments
 (0)