Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add: index.cssにカラーを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea10wood committed Aug 10, 2024
1 parent c4819df commit 53c4edf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
line-height: 1.5;
font-weight: 400;
font-style: normal;

--black: #212121;
--white: #ffffff;
--red: #FF3131;
--yellow: #FFF501;
}

a {
Expand Down

0 comments on commit 53c4edf

Please sign in to comment.