Skip to content

Commit

Permalink
fix: tweak primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
fivestar committed Jul 7, 2024
1 parent 26f6cea commit 02233a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--black: #310;
--gray: #544;

--primary: #ff7736;
--primary: darkorange;
--primary-darkest: #3e1400;
--primary-lightest: #fff1eb;

Expand Down Expand Up @@ -119,6 +119,7 @@ body {
font-weight: var(--font-weight-normal);
line-height: var(--line-height);
color: var(--gray);
background-color: var(--white);
}

a {
Expand Down
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Home() {
</dt>
<dt className="infolist__term">Live in Tokyo</dt>
<dt className="infolist__term">
Avatars ... &nbsp;
Avatars ...&nbsp;
<Image className="avatar" src={avatarRacingPic} alt="Racing" />
&nbsp;
<Image className="avatar" src={avatarPhpconPic} alt="PHPcon" />
Expand Down Expand Up @@ -182,15 +182,15 @@ export default function Home() {
Published at <time dateTime="2010-11-12">November 12, 2010</time>
</dd>
<dd className="infolist__detail">
Talked at &nbsp;
Talked at&nbsp;
<a
href="https://www.slideshare.net/fivestar/php-5288493"
target="_blank"
rel="noreferrer"
>
#phpcon2010
</a>
, &nbsp;
,&nbsp;
<a
href="https://speakerdeck.com/fivestar/the-new-perfect-php-will-be-coming-soon"
target="_blank"
Expand Down Expand Up @@ -228,7 +228,7 @@ export default function Home() {
Published at <time dateTime="2012-05-26">May 26, 2012</time>
</dd>
<dd className="infolist__detail">
Talked at &nbsp;
Talked at&nbsp;
<a
href="https://speakerdeck.com/fivestar/xiao-lu-de-nawebapurikesiyonfalsezuo-rifang"
target="_blank"
Expand Down

0 comments on commit 02233a0

Please sign in to comment.