refactor: Replace inline SVGs with Material Design Icons

This commit is contained in:
Paul Gauthier (aider) 2025-03-24 13:09:21 -10:00
parent 46cef723b7
commit 43ece9c644
2 changed files with 14 additions and 25 deletions

View file

@ -329,9 +329,12 @@ nav {
}
.feature-icon {
font-size: 24px;
width: 48px;
height: 48px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background: rgba(18, 184, 134, 0.1);
color: var(--secondary);