Skip to content

Commit

Permalink
fix(css): a 태그 글씨 색깔 지정, textarea 선택자 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 17, 2024
1 parent 708366c commit bd22ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ button:disabled {
}
a {
text-decoration: none;
color: var(--color-black);
}
a:hover {
cursor: pointer;
Expand All @@ -141,8 +142,7 @@ textarea {
padding: 0;
background-color: transparent;
align-self: center;

&:focus {
outline: none;
}
}
textarea:focus {
outline: none;
}

0 comments on commit bd22ae7

Please sign in to comment.