diff options
Diffstat (limited to 'libpathod/static/pathod.css')
-rw-r--r-- | libpathod/static/pathod.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libpathod/static/pathod.css b/libpathod/static/pathod.css new file mode 100644 index 00000000..3e24dd7d --- /dev/null +++ b/libpathod/static/pathod.css @@ -0,0 +1,19 @@ + + +section { + margin-top: 50px; + +} + +.example { + margin-top: 10px; + margin-bottom: 10px; + +} + +.terminal { + margin-top: 10px; + margin-bottom: 10px; + background: #000; + color: #fff; +} |