major update in looks and feel
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
.text-muted {
|
||||
color: var(--aw-color-text-muted);
|
||||
}
|
||||
.content-backdrop {
|
||||
@apply bg-white/20 dark:bg-gray-900/15 backdrop-blur-sm hover:bg-white/30 hover:backdrop-blur-md dark:hover:backdrop-blur-md transition-all duration-300 ease-in-out;
|
||||
}
|
||||
.content-card {
|
||||
@apply rounded-lg p-4 md:p-6 content-backdrop;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
Reference in New Issue
Block a user