update tampilan layar screen

This commit is contained in:
Fanrouver
2026-02-04 10:34:33 +07:00
parent a29838e2c7
commit cf54ded78c
12 changed files with 94 additions and 46 deletions

No files matched your search

+7 -5
View File
@@ -1,7 +1,7 @@
// Gunakan @use daripada @import
@use './variables' as *;
@use './colors' as *;
@use './typography' as *;
@use "./variables" as *;
@use "./colors" as *;
@use "./typography" as *;
// Global styles
*,
@@ -19,7 +19,9 @@ body {
padding: 0;
background-color: var(--color-background);
color: var(--color-textPrimary);
transition: background-color 0.3s ease, color 0.3s ease;
transition:
background-color 0.3s ease,
color 0.3s ease;
}
// Selection color
@@ -68,4 +70,4 @@ button {
opacity: 0.5;
cursor: not-allowed;
}
}
}