mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 03:07:42 +01:00
15 lines
215 B
CSS
15 lines
215 B
CSS
.lucide {
|
|
/* Change this! */
|
|
color: #ffadff;
|
|
width: 56px;
|
|
height: 56px;
|
|
stroke-width: 1px;
|
|
}
|
|
|
|
.app {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 1fr 1fr 1fr;
|
|
gap: 6px;
|
|
}
|