From 0c06ef17c7e14f64d98aa8fd8fd608fa73ec04d0 Mon Sep 17 00:00:00 2001 From: steveoh Date: Wed, 30 Aug 2017 18:59:32 -0600 Subject: [PATCH] Use mute instead of opacity everywhere --- site/layouts/index.html | 2 +- site/layouts/partials/footer.html | 4 ++-- site/layouts/section/incidents.html | 4 ++-- site/layouts/shortcodes/track.html | 2 +- src/css/main.css | 5 +++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index c8060c6..580136c 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -6,7 +6,7 @@ {{ partial "systems" (dict "content" . "incidents" $active) }} {{ with $active }} -
Active Incidents
+
Active Incidents
{{ range $active }} {{ partial "incident" . }} {{ end }} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 20fca14..c80091f 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,9 +1,9 @@