commit 5456e6792acda17e11ad2fd826b1b43d45647ff6 parent dc0ee4018adb29a7a7f9df617e881aed92f8546a Author: lash <dev@holbrook.no> Date: Tue, 11 Oct 2022 15:42:31 +0000 Add missing style file Diffstat:
A | style.css | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -0,0 +1,8 @@ +div#helpdiv .old { + color: #aaa; +} +h1 { + margin-block-end: 1em; + margin-block-start: 0.5em; + font-size: 2em; +}