summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-05-02 16:59:35 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-05-02 16:59:35 +0200
commit7228305a7640f3db16eb4d986b70dcdf63feb323 (patch)
tree845506db44097a831ff1b1df96ccf8ef2dee8079 /style.css
parent91bfb21a6c192498bbc032fd4b46d2090382572b (diff)
style.css: sort attribute
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6128ef6..7ce6d39 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
body {
- color: #333;
background-color: #fff;
+ color: #333;
font-family: monospace;
font-size: 9pt;
margin: 0;