-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore : 초기응답에 아키텍처 추가, mark 태그 스타일 추가
- Loading branch information
1 parent
ec93ced
commit a7797c6
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
mark { | ||
background-color: transparent; | ||
font-weight: bold; | ||
background-image: linear-gradient(90deg, #7dd3fc, #6ee7b7); | ||
background-position: bottom; | ||
background-size: 100% 30%; | ||
background-repeat: no-repeat; | ||
} |