We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec1b52 commit 605cfcdCopy full SHA for 605cfcd
src/css/custom.css
@@ -744,4 +744,10 @@ textarea {
744
resize: vertical;
745
}
746
747
-
+div[class*="announcementBar"] {
748
+ @apply bg-[#FFD7A0] text-[#1f2937] shadow-lg font-bold;
749
+ font-family: "Roboto", sans-serif;
750
+}
751
+div[class*="announcementBar"] a {
752
+ @apply underline hover:text-blue-900 hover:no-underline transition-colors duration-300 text-[#b45309];
753
0 commit comments