aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:08:05 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:08:05 -0400
commitc161d49326315fc02f888614aa2ad3e398fc5750 (patch)
tree4003bcf2af0e2c523240c66c9cedf11ec966d6ba /public
parent011a9c000d9f7d9656ccb22ed3566f245a294f25 (diff)
downloadthedroneely.com-c161d49326315fc02f888614aa2ad3e398fc5750.tar.gz
thedroneely.com-c161d49326315fc02f888614aa2ad3e398fc5750.tar.bz2
thedroneely.com-c161d49326315fc02f888614aa2ad3e398fc5750.zip
hugo/layouts/partials/page-meta: Update meta formatting
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index ec4e4ff..b99d728 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -20,7 +20,6 @@ body, .serif > a { color: #cad6e2 }
.title, .content h1, .content h2, .content h3 { color: #ffffff; }
.button.is-link.is-outlined, .button.is-success.is-outlined { border-color: #cad6e2; color: #cad6e2; border-width: 1px; }
.input, .textarea { background-color: #002e42; border-color: transparent; color: white; }
-.page__tags { background-color: #75b2f0; color: #212121; }
.item__box { background-color: #002e42; }
.item__box:hover svg { color: #fff; }
.message__success { background-color: #55a1ec; border: 1px solid #1259a1; color: black; }