Ghost Button

쉬움

투명한 배경의 고스트 버튼

#hover#css-only

라이브 데모

코드

buttons.css
.ghost-button {
  background: transparent;
  border: none;
  color: var(--accent-purple);
}
.ghost-button:hover {
  background: rgba(139, 92, 246, 0.1);
}