Skip to content

Commit

Permalink
Design: 어드민 페이지 넓이 및 에디터 리스트 스타일 적용을 위한 글로벌 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Nov 21, 2024
1 parent 70daf23 commit 58e7443
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/styles/GlobalStyles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ globalStyle('html', {
backgroundColor: vars.color.white,
});

globalStyle('body', {
backgroundColor: '#F5F6FA !important',
});

globalStyle('body *', {
boxSizing: 'border-box',
fontFamily: Pretendard,
Expand All @@ -22,7 +18,6 @@ globalStyle('body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul,
margin: 0,
padding: 0,
border: 0,
maxWidth: 430,
});

globalStyle('a', {
Expand All @@ -31,10 +26,6 @@ globalStyle('a', {
cursor: 'pointer',
});

globalStyle('ol, ul', {
listStyle: 'none',
});

globalStyle('button', {
cursor: 'pointer',
color: vars.color.black,
Expand Down

0 comments on commit 58e7443

Please sign in to comment.