wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/widgets.css

8 lines
79 B
CSS
Raw Normal View History

2019-03-28 20:05:35 +00:00
.widget {
2019-04-16 19:43:59 +00:00
@apply text-xl;
2019-03-28 20:05:35 +00:00
}
2019-03-28 08:45:56 +00:00
.widget a {
2019-04-16 19:43:59 +00:00
@apply text-blue-700 font-bold;
2019-03-28 08:45:56 +00:00
}