diff --git a/src/styles/_global.less b/src/styles/_global.less index b6e91a262..abf2cb657 100644 --- a/src/styles/_global.less +++ b/src/styles/_global.less @@ -8,6 +8,9 @@ This is just temporary until styling is migrated to taildwind classes */ @layer base { + body { + color: #222222; + } h1 { @apply font-bold; }