diff options
author | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:19:23 +0100 |
---|---|---|
committer | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:19:23 +0100 |
commit | 98c87787db3d16548b616fa890bab131263d4a47 (patch) | |
tree | 30bfa40c0c5b4b565492487204b05ef68bb083d4 /src/css | |
parent | b8887b6f0befcd4c695b08b80a92cb8616d9df7c (diff) | |
download | neohaskell.github.io-98c87787db3d16548b616fa890bab131263d4a47.tar.gz neohaskell.github.io-98c87787db3d16548b616fa890bab131263d4a47.tar.bz2 neohaskell.github.io-98c87787db3d16548b616fa890bab131263d4a47.zip |
Add modal
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/custom.css b/src/css/custom.css index 11c4b29..38cf792 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -15,7 +15,7 @@ letter-spacing: -0.095em; } -.announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module { +/*#announcementBar { @apply h-60 !important; @apply m-7; @apply p-7; @@ -27,6 +27,7 @@ @apply shadow-neoyellow; font-family: 'Lexend Mega', sans-serif; } +*/ .close { opacity: 1 !important; |