7 lines
77 B
CSS
7 lines
77 B
CSS
.widget {
|
|
@apply text-xl
|
|
}
|
|
|
|
.widget a {
|
|
@apply text-blue-700 font-bold
|
|
}
|