aboutsummaryrefslogtreecommitdiff
path: root/_content/css/styles.css
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-11-04 16:06:00 -0400
committerRuss Cox <rsc@golang.org>2021-11-30 18:33:03 +0000
commit8a86c4a6dbe5e8bdf59f9d68538cf0fc5852be5a (patch)
treebd220b871963d89254e3ed7a684173652c34e93f /_content/css/styles.css
parent7b05988451dc8f89503fbdd566cc6e5fada770a4 (diff)
downloadgo-x-website-8a86c4a6dbe5e8bdf59f9d68538cf0fc5852be5a.tar.xz
website: remove banner
We still believe very much that Black Lives Matter and that the Equal Justice Initiative and other causes are worthy of support. We have made that point. For most users the banner has now faded into the background and goes unnoticed. As part of the overall site revamp merging golang.org with go.dev, remove the banner. Change-Id: I82245fab0a9c5fcfdaca5ddfd8d64d503d4df096 Reviewed-on: https://go-review.googlesource.com/c/website/+/367915 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Website-Publish: Russ Cox <rsc@golang.org>
Diffstat (limited to '_content/css/styles.css')
-rw-r--r--_content/css/styles.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css
index 5b98b26f..70a575dd 100644
--- a/_content/css/styles.css
+++ b/_content/css/styles.css
@@ -142,37 +142,6 @@ a:hover {
color: #464a4d;
font-size: 1rem;
}
-/**
- * Only show on wide viewports so the
- * text never wraps or gets cut off.
- */
-.Banner {
- background-color: #202224;
- display: none;
-}
-.Banner-inner {
- align-items: center;
- display: flex;
- justify-content: space-between;
- margin: 0 auto;
- min-height: 2.5rem;
- padding: 0.5rem 1.5rem;
-}
-.Banner-message {
- color: #fff;
- margin-right: 1.25rem;
-}
-.Banner-action:link,
-.Banner-action:visited {
- color: #fff;
- text-decoration: underline;
- white-space: nowrap;
-}
-@media only screen and (min-width: 48rem) {
- .Banner {
- display: block;
- }
-}
.UseCase-halfColumn {
color: #202224;
display: inline-block;