From 75e1c10250517c6ea9d02d3df489d43d637314b2 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 25 Oct 2018 17:04:36 +0200 Subject: [PATCH] synopis: add header styles that match the GF home page --- doc/revealpopup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/revealpopup.css b/doc/revealpopup.css index fe2dd4c1..8f96c264 100644 --- a/doc/revealpopup.css +++ b/doc/revealpopup.css @@ -24,6 +24,9 @@ table { border-collapse: collapse; } td, th { padding: 5px; } th { background: #9df; } td { background: white } +h1,h2,h3,h4 { font-family: sans-serif; color: #303030; + text-shadow: rgba(0,0,0,0.25) 2px 2px 5px; + } /* Quick links */