summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets/core.css
blob: a174cfbddf019cce2ada80f951490223523e934c (plain)
1
2
3
4
5
6
7
8
9
10
a {
  @apply underline text-blue-800;
}
a:hover {
  @apply text-blue-500;
}

p {
  margin-top: 1rem;
}