mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 13:30:51 +08:00
6 lines
122 B
CSS
6 lines
122 B
CSS
@layer utilities {
|
|
.link {
|
|
@apply underline transition-colors duration-200 text-blue-500 hover:text-blue-700;
|
|
}
|
|
}
|