2023-12-24 13:29:05 +01:00
|
|
|
.lucide {
|
|
|
|
|
/* Change this! */
|
|
|
|
|
color: #ffadff;
|
|
|
|
|
width: 56px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
stroke-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
2024-01-18 20:36:48 +09:00
|
|
|
grid-template-rows: 1fr 1fr 1fr;
|
2023-12-24 13:29:05 +01:00
|
|
|
gap: 6px;
|
|
|
|
|
}
|