Skip to content

Commit f868bda

Browse files
committed
feat: 코드 css 추가
1 parent acc781f commit f868bda

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

posts/spring/jpa-determine-entity-is-new.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ ID 를 직접 설정했을 경우는 Persistable + isNew() 로 명시하는 것
184184

185185
### 📚 Reference
186186

187-
188187
* [Spring Docs - JpaEntityInformation](https://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/support/JpaEntityInformation.html)
189188
* [Spring Docs - entity-persistence](https://docs.spring.io/spring-data/jpa/reference/jpa/entity-persistence.html)
190189

styles/globals.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,16 @@ body {
7070
}
7171
}
7272

73+
code {
74+
background-color: #fffde7;
75+
font-weight: 750;
76+
font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
77+
color: #1f2937;
78+
padding: 0.2em 0.4em;
79+
border-radius: 4px;
80+
}
81+
82+
.prose code::before,
83+
.prose code::after {
84+
content: none;
85+
}

0 commit comments

Comments
 (0)