Skip to content

Commit

Permalink
design: global css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 10, 2024
1 parent bbef320 commit 01e8188
Showing 1 changed file with 73 additions and 78 deletions.
151 changes: 73 additions & 78 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,86 +48,81 @@
word-break: break-all;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
content: '';
content: none;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

a {
color: inherit;
text-decoration: none; /* no underline */
}

button {
width: auto;
margin: 0;
padding: 0;
overflow: visible;
border: none;
border-style:none;
background: transparent;

/* inherit font & color from ancestor */
color: inherit;
font: inherit;

/* Corrects font smoothing for webkit */
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;

/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul, li {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
content: '';
content: none;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

a {
color: inherit;
text-decoration: none; /* no underline */
}

button {
width: auto;
margin: 0;
padding: 0;
overflow: visible;
border: none;
border-style:none;
background: transparent;

/* inherit font & color from ancestor */
color: inherit;
font: inherit;

/* Corrects font smoothing for webkit */
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;

/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;

/* Corrects inability to style clickable `input` types in iOS */
appearance: none;
}
/* Corrects inability to style clickable `input` types in iOS */
appearance: none;
}

0 comments on commit 01e8188

Please sign in to comment.