Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
@import "tailwindcss";

:root {
--background: #ffffff;
--foreground: #171717;
--lightBlue: #90C0FF;
--text:#3B3B3B;
--background:#F5F5F5;
--yellow:#FFC800;
--darkBlue:#578FD7;
--green:#84C99E;
--red:#FA8072;
--orange:#FFA857;
Comment on lines +4 to +11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits
セマンティックトークンとプリミティブトークンを区別して使えるといいと思います
https://smarthr.design/products/design-tokens/color/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

globals.cssで色をまとめて指定する方針は、tailwindcssの使い方として良いと思います!

}

@theme inline {
Expand All @@ -24,3 +30,4 @@ body {
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}