Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Oct 9, 2024
1 parent 1ae9222 commit b7edb09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ const config = {
themeConfig: {
// Temporary: Announce the 2024 User Survey.
announcementBar: {
content: 'The Pantsbuild 2024 User Survey is live! Check out the <a href="/blog/2024/10/08/user-survey-2024">blog post</a> or <a target="_blank" href="https://forms.gle/eo7Y4DuxurjaMSZn6">take the survey</a>.',
content:
'The Pantsbuild 2024 User Survey is live! Check out the <a href="/blog/2024/10/08/user-survey-2024">blog post</a> or <a target="_blank" href="https://forms.gle/eo7Y4DuxurjaMSZn6">take the survey</a>.',
},
image: "img/social-card.png",
navbar: {
Expand Down
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ figcaption {
}

/* Announcement Bar styling */
div[class*='AnnouncementBar'] {
div[class*="AnnouncementBar"] {
/* Make the announcement text more prominent. */
font-size: 24px !important;
}

div[class*='AnnouncementBar'] a {
div[class*="AnnouncementBar"] a {
/* Default link style does not use a different color. */
color: var(--ifm-link-color);
text-decoration: inherit;
}

div[class*='AnnouncementBar'] a:hover {
div[class*="AnnouncementBar"] a:hover {
color: var(--ifm-link-color);
text-decoration: underline;
}

0 comments on commit b7edb09

Please sign in to comment.