generated from coulomb/repo-seed
21 lines
476 B
CSS
21 lines
476 B
CSS
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
@layer utilities {
|
|
/* Engineering Desktop Matrix Pattern Background */
|
|
.bg-forge-matrix {
|
|
background-image: radial-gradient(#222c3a 1px, transparent 1px);
|
|
background-size: 24px 24px;
|
|
}
|
|
|
|
/* Precision glow effects */
|
|
.glow-cyan {
|
|
box-shadow: 0 0 20px rgba(77, 238, 234, 0.15);
|
|
}
|
|
|
|
.glow-coral {
|
|
box-shadow: 0 0 20px rgba(255, 107, 107, 0.15);
|
|
}
|
|
}
|