diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-02 16:59:35 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-02 16:59:35 +0200 |
commit | 7228305a7640f3db16eb4d986b70dcdf63feb323 (patch) | |
tree | 845506db44097a831ff1b1df96ccf8ef2dee8079 | |
parent | 91bfb21a6c192498bbc032fd4b46d2090382572b (diff) |
style.css: sort attribute
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ body { - color: #333; background-color: #fff; + color: #333; font-family: monospace; font-size: 9pt; margin: 0; |