From 3048850f04a903230ed169efb402a8cb972fd076 Mon Sep 17 00:00:00 2001 From: Cintia Sanchez Garcia Date: Wed, 16 Jun 2021 09:23:30 +0200 Subject: [PATCH] Remove beta from logo Signed-off-by: Cintia Sanchez Garcia --- .../layouts/partials/site-header.html | 1 - themes/hugo-geekdoc/static/custom.css | 26 ------------------- 2 files changed, 27 deletions(-) diff --git a/themes/hugo-geekdoc/layouts/partials/site-header.html b/themes/hugo-geekdoc/layouts/partials/site-header.html index 0bbfb82..b81bf48 100644 --- a/themes/hugo-geekdoc/layouts/partials/site-header.html +++ b/themes/hugo-geekdoc/layouts/partials/site-header.html @@ -9,7 +9,6 @@ {{ .Root.Site.Title }} - BETA diff --git a/themes/hugo-geekdoc/static/custom.css b/themes/hugo-geekdoc/static/custom.css index 7a62635..ac894f5 100644 --- a/themes/hugo-geekdoc/static/custom.css +++ b/themes/hugo-geekdoc/static/custom.css @@ -78,32 +78,6 @@ code { top: -1px; } -.gdoc-brand__badge { - position: relative; - top: -10px; - margin-left: 0; - background-color: var(--color-1-700); - font-size: .55rem; - border-radius: 10rem; - padding: 0.15rem 0.2rem; - font-weight: 700; - line-height: 1; - display: inline-block; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - align-items: center; -} - -.gdoc-brand__suffix { - padding-left: 0.5rem; -} - -.gdoc-brand__badge-content { - position: relative; - bottom: -1px; -} - .gdoc-footer { background-color: var(--color-1-900); }