NewMemoryPopup finish

This commit is contained in:
Chaebean Yang 2025-06-01 14:56:11 +09:00
parent 562236acb3
commit e4f4f9d23b

View File

@ -63,4 +63,14 @@
color: var(--white);
font-weight: 600;
}
.orange {
width: 50%;
background-color: var(--memory-500);
color: var(--white);
}
.orange:hover {
background-color: var(--memory-400);
}
</style>