aboutsummaryrefslogtreecommitdiff
path: root/grauphel.css
diff options
context:
space:
mode:
Diffstat (limited to 'grauphel.css')
-rw-r--r--grauphel.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css
index c2594eb..37360db 100644
--- a/grauphel.css
+++ b/grauphel.css
@@ -26,3 +26,14 @@
padding: 1ex;
font-family: monospace;
}
+
+.app-grauphel #app-content ul {
+ list-style-type: disc;
+ margin-bottom: 1ex;
+}
+.app-grauphel #app-content li {
+ margin-left: 4ex;
+}
+.app-grauphel #app-content a.lined {
+ text-decoration: underline;
+}