From 091839de4ac4be1583f69bd793c5f275d3560e81 Mon Sep 17 00:00:00 2001 From: Steve Goode <52213009+SociableSteve@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:14:57 +0100 Subject: [PATCH] Updated notification (#98) Updated the notification to inform users that this is a development preview of the site --- assets/style/typography.css | 4 ++++ layouts/components/announcement.html | 13 +++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/assets/style/typography.css b/assets/style/typography.css index de81cad2a..5f453a2b1 100644 --- a/assets/style/typography.css +++ b/assets/style/typography.css @@ -55,6 +55,10 @@ h6, border: none; } +a { + color: black; +} + @media screen and (width <= 700px) { /* 700px */ .hero { diff --git a/layouts/components/announcement.html b/layouts/components/announcement.html index ee321a7ec..275a1de40 100644 --- a/layouts/components/announcement.html +++ b/layouts/components/announcement.html @@ -1,5 +1,10 @@
On March 8th, the Bioconductor Core Team will rename the default branch on `git.bioconductor.org` to `devel`. This change affects maintainers of packages.
-