diff options
Diffstat (limited to 'grauphel.css')
| -rw-r--r-- | grauphel.css | 28 |
1 files changed, 28 insertions, 0 deletions
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; +} |
