Skip to content

Commit

Permalink
design: li list-style 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 10, 2024
1 parent 195c48c commit e747264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ body {
line-height: 1;
}

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

Expand All @@ -104,7 +104,7 @@ body {

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

button {
Expand All @@ -113,6 +113,7 @@ body {
padding: 0;
overflow: visible;
border: none;
border-style:none;
background: transparent;

/* inherit font & color from ancestor */
Expand Down

0 comments on commit e747264

Please sign in to comment.