Added styles for blockquote and nb templates

This commit is contained in:
ryliejamesthomas 2021-03-03 21:19:12 +11:00
parent e1a9d7fc0c
commit aac6d82cae
1 changed files with 15 additions and 0 deletions

15
gmt.css
View File

@ -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 */