From 3e3dfcc65e13be5a49423bb90fc12e67f6b613dd Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 22 Aug 2014 22:16:16 +0200 Subject: show tags and note titles in the notebook --- grauphel.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 grauphel.css (limited to 'grauphel.css') diff --git a/grauphel.css b/grauphel.css new file mode 100644 index 0000000..c2594eb --- /dev/null +++ b/grauphel.css @@ -0,0 +1,28 @@ +.app-grauphel #app-content { + box-sizing: border-box; + padding: 2ex; +} + +.app-grauphel #app-content h1 { + font-weight: bold; + font-size: 2em; + margin-bottom: 1ex; +} +.app-grauphel #app-content h2 { + font-weight: bold; + font-size: 150%; + margin-bottom: 1ex; + margin-top: 2ex; +} +.app-grauphel #app-content dt { + font-weight: bold; +} +.app-grauphel #app-content dd { + margin-left: 3ex; +} +.app-grauphel #app-content pre { + margin: 1em; + background-color: #DDD; + padding: 1ex; + font-family: monospace; +} -- cgit v1.2.3