Change spaces

This commit is contained in:
Oliver Davies 2020-09-11 17:45:00 +01:00
parent 9108523ff3
commit b6f711b5cd

View file

@ -1,5 +1,9 @@
@tailwind base; @tailwind base;
a {
@apply text-red-800 text-lg
}
a:hover, a:hover,
a:focus { a:focus {
@apply underline @apply underline
@ -21,10 +25,11 @@ a:focus {
@tailwind utilities; @tailwind utilities;
@variants responsive { @responsive {
.filter-contrast-1 { .filter-contrast-1 {
filter: contrast(1%) filter: contrast(1%)
} }
.filter-invert-100 { .filter-invert-100 {
filter: invert(100%) filter: invert(100%)
} }