From aac6d82cae1fdf497f7d632d2ff23497e812ab64 Mon Sep 17 00:00:00 2001 From: ryliejamesthomas Date: Wed, 3 Mar 2021 21:19:12 +1100 Subject: [PATCH] Added styles for blockquote and nb templates --- gmt.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gmt.css b/gmt.css index 7eb2f52..8054e65 100644 --- a/gmt.css +++ b/gmt.css @@ -2,8 +2,11 @@ :root { --colour_bg:#ffffff; + --colour_bg_secondary:#f8f9fa; --colour_secondary:#ffaec9; --colour_tertiary:lightyellow; + --colour_quaternary:#fff200; + /* These names are confusing... */ } @@ -87,6 +90,18 @@ table#infobox tr:first-child > th { padding-bottom:0.5em; } +/* Other Templates */ + +blockquote span.credit { + font-style:normal; +} + +p.nb { + background:var(--colour_bg_secondary); + border:solid 1px var(--colour_quaternary); + margin:-1em 0; + padding:1em; +} /* Header */