From d1e7094a2842496eb8f386e3ebdcf4a3866975f7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Oct 2022 07:52:10 -0400 Subject: Updated OSFT page; Updated dependencies to the latest version --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css index e0525ed..136921d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -34,4 +34,8 @@ .button { @apply bg-btn-gray sm:py-4 sm:px-10 py-2 px-5 rounded-lg hover:bg-gray-700 transition ease-in-out hover:border-2 hover:border-white active:bg-gray-300 hover:scale-95 active:scale-75 shadow-lg } + + .announcement { + @apply py-4 px-5 bg-gray-600 font-bold rounded-lg border-2 border-white + } } -- cgit v1.2.3