aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/scss/app.scss')
-rw-r--r--htdocs/scss/app.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/htdocs/scss/app.scss b/htdocs/scss/app.scss
index 7a68e3f..c1c6160 100644
--- a/htdocs/scss/app.scss
+++ b/htdocs/scss/app.scss
@@ -3,4 +3,9 @@ body {
color: $fg;
font-size: 16px;
font-family: sans-serif;
-} \ No newline at end of file
+}
+
+p {
+ padding: 10px;
+ font-family: serif;
+}