8 lines
79 B
CSS
8 lines
79 B
CSS
.widget {
|
|
@apply text-xl;
|
|
}
|
|
|
|
.widget a {
|
|
@apply text-blue-700 font-bold;
|
|
}
|